#3147CA

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

Shades of Cerulean Blue #3147CA

Tints of Cerulean Blue #3147CA

Color information

#3147CA (or 0x3147CA) is unknown color: approx Cerulean Blue. HEX triplet: 31, 47 and CA. RGB value is (49,71,202). Sum of RGB (Red+Green+Blue) = 49+71+202=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #3147CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3147CA is #CEB835. Grayscale: #4E4E4E. Windows color (decimal): -13547574 or 13256497. OLE color: 13256497.

HSL color Cylindrical-coordinate representation of color #3147CA: hue angle of 231.37º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3147CA is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4971202-
CMYK0.760.6500.21
HSL231.37º60.96%49.22%-
HSV(B)231.37º75.74%79.22%-
XYZ14.189.4256.95-
YUV79.36197.21106.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.22%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 202 (79.30% from 255) = 62.73%
R=15.22%
G=22.05%
B=62.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal49712020.760.6500.21231.3760.9649.22
Hex3147CA4C41015e73d31
Octal611073121141010253477561
Binary1100011000111110010101001100100000101010111100111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3147CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3147CA; }

 p { color: rgb(49,71,202); }

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

<style>
 a { background-color: #3147CA; }

 a { background-color: rgb(49,71,202); }

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

<style>
 span { border-color: #3147CA; }

 span { border-color: rgb(49,71,202); }

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