#3142C2

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

Shades of Cerulean Blue #3142C2

Tints of Cerulean Blue #3142C2

Color information

#3142C2 (or 0x3142C2) is unknown color: approx Cerulean Blue. HEX triplet: 31, 42 and C2. RGB value is (49,66,194). Sum of RGB (Red+Green+Blue) = 49+66+194=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #3142C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3142C2 is #CEBD3D. Grayscale: #4A4A4A. Windows color (decimal): -13548862 or 12730929. OLE color: 12730929.

HSL color Cylindrical-coordinate representation of color #3142C2: hue angle of 232.97º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3142C2 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4966194-
CMYK0.750.6600.24
HSL232.97º59.67%47.65%-
HSV(B)232.97º74.74%76.08%-
XYZ12.958.4451.99-
YUV75.51194.87109.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 194 (76.17% from 255) = 62.78%
R=15.86%
G=21.36%
B=62.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal49661940.750.6600.24232.9759.6747.65
Hex3142C24B42018e93c30
Octal611023021131020303517460
Binary1100011000010110000101001011100001001100011101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3142C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3142C2; }

 p { color: rgb(49,66,194); }

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

<style>
 a { background-color: #3142C2; }

 a { background-color: rgb(49,66,194); }

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

<style>
 span { border-color: #3142C2; }

 span { border-color: rgb(49,66,194); }

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