#3142B0

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

Shades of Cerulean Blue #3142B0

Tints of Cerulean Blue #3142B0

Color information

#3142B0 (or 0x3142B0) is unknown color: approx Cerulean Blue. HEX triplet: 31, 42 and B0. RGB value is (49,66,176). Sum of RGB (Red+Green+Blue) = 49+66+176=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #3142B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3142B0 is #CEBD4F. Grayscale: #494949. Windows color (decimal): -13548880 or 11551281. OLE color: 11551281.

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

Color convert

RGB4966176-
CMYK0.720.6200.31
HSL231.97º56.44%44.12%-
HSV(B)231.97º72.16%69.02%-
XYZ11.057.6841.97-
YUV73.46185.87110.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 176 (69.14% from 255) = 60.48%
R=16.84%
G=22.68%
B=60.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49661760.720.6200.31231.9756.4444.12
Hex3142B0483E01Fe8382c
Octal61102260110760373507054
Binary110001100001010110000100100011111001111111101000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3142B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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