#3942AB

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

Shades of Cerulean Blue #3942AB

Tints of Cerulean Blue #3942AB

Color information

#3942AB (or 0x3942AB) is unknown color: approx Cerulean Blue. HEX triplet: 39, 42 and AB. RGB value is (57,66,171). Sum of RGB (Red+Green+Blue) = 57+66+171=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #3942AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3942AB is #C6BD54. Grayscale: #4A4A4A. Windows color (decimal): -13024597 or 11223609. OLE color: 11223609.

HSL color Cylindrical-coordinate representation of color #3942AB: hue angle of 235.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3942AB is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5766171-
CMYK0.670.6100.33
HSL235.26º50%44.71%-
HSV(B)235.26º66.67%67.06%-
XYZ10.997.7139.44-
YUV75.28182.02114.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 171 (67.19% from 255) = 58.16%
R=19.39%
G=22.45%
B=58.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57661710.670.6100.33235.265044.71
Hex3942AB433D021eb322d
Octal71102253103750413536255
Binary1110011000010101010111000011111101010000111101011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3942AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3942AB; }

 p { color: rgb(57,66,171); }

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

<style>
 a { background-color: #3942AB; }

 a { background-color: rgb(57,66,171); }

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

<style>
 span { border-color: #3942AB; }

 span { border-color: rgb(57,66,171); }

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