#3145CB

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

Shades of Cerulean Blue #3145CB

Tints of Cerulean Blue #3145CB

Color information

#3145CB (or 0x3145CB) is unknown color: approx Cerulean Blue. HEX triplet: 31, 45 and CB. RGB value is (49,69,203). Sum of RGB (Red+Green+Blue) = 49+69+203=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #3145CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3145CB is #CEBA34. Grayscale: #4D4D4D. Windows color (decimal): -13548085 or 13321521. OLE color: 13321521.

HSL color Cylindrical-coordinate representation of color #3145CB: hue angle of 232.21º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3145CB is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4969203-
CMYK0.760.6600.20
HSL232.21º61.11%49.41%-
HSV(B)232.21º75.86%79.61%-
XYZ14.179.2257.53-
YUV78.3198.37107.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 203 (79.69% from 255) = 63.24%
R=15.26%
G=21.50%
B=63.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal49692030.760.6600.20232.2161.1149.41
Hex3145CB4C42014e83d31
Octal611053131141020243507561
Binary1100011000101110010111001100100001001010011101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3145CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3145CB; }

 p { color: rgb(49,69,203); }

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

<style>
 a { background-color: #3145CB; }

 a { background-color: rgb(49,69,203); }

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

<style>
 span { border-color: #3145CB; }

 span { border-color: rgb(49,69,203); }

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