#3043b1

Color #3043B1 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3043B1

Tints of Cerulean Blue #3043B1

Color information

#3043B1 (or 0x3043B1) is unknown color: approx Cerulean Blue. HEX triplet: 30, 43 and B1. RGB value is (48,67,177). Sum of RGB (Red+Green+Blue) = 48+67+177=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #3043B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3043B1 is #CFBC4E. Grayscale: #494949. Windows color (decimal): -13614159 or 11617072. OLE color: 11617072.

HSL color Cylindrical-coordinate representation of color #3043B1: hue angle of 231.16º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3043B1 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4867177-
CMYK0.730.6200.31
HSL231.16º57.33%44.12%-
HSV(B)231.16º72.88%69.41%-
XYZ11.167.8242.52-
YUV73.86186.21109.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 177 (69.53% from 255) = 60.62%
R=16.44%
G=22.95%
B=60.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48671770.730.6200.31231.1657.3344.12
Hex3043B1493E01Fe7392c
Octal60103261111760373477154
Binary110000100001110110001100100111111001111111100111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3043b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3043b1; }

 p { color: rgb(48,67,177); }

 H1.HeaderClassName
 {
   color: #3043b1;
 }
 .AnyTagClassName
 {
   color: #3043b1;
 }
</style>
background-color css

<style>
 a { background-color: #3043b1; }

 a { background-color: rgb(48,67,177); }

 div.DivClassName
 {
   background-color: #3043b1;
 }
 .BgClassName
 {
   background-color: #3043b1;
 }
</style>
border-color css

<style>
 span { border-color: #3043b1; }

 span { border-color: rgb(48,67,177); }

 td.TdClassName
 {
   border-color: #3043b1;
 }
 .TagClassName
 {
   border-color: #3043b1;
 }
</style>