#3145cd

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

Shades of Cerulean Blue #3145CD

Tints of Cerulean Blue #3145CD

Color information

#3145CD (or 0x3145CD) is unknown color: approx Cerulean Blue. HEX triplet: 31, 45 and CD. RGB value is (49,69,205). Sum of RGB (Red+Green+Blue) = 49+69+205=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #3145CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3145CD is #CEBA32. Grayscale: #4D4D4D. Windows color (decimal): -13548083 or 13452593. OLE color: 13452593.

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

Color convert

RGB4969205-
CMYK0.760.6600.20
HSL232.31º61.42%49.8%-
HSV(B)232.31º76.1%80.39%-
XYZ14.419.3258.8-
YUV78.52199.37106.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 205 (80.47% from 255) = 63.47%
R=15.17%
G=21.36%
B=63.47%

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
Decimal49692050.760.6600.20232.3161.4249.8
Hex3145CD4C42014e83d32
Octal611053151141020243507562
Binary1100011000101110011011001100100001001010011101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3145cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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