#3B4FAB

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

Shades of Cerulean Blue #3B4FAB

Tints of Cerulean Blue #3B4FAB

Color information

#3B4FAB (or 0x3B4FAB) is unknown color: approx Cerulean Blue. HEX triplet: 3B, 4F and AB. RGB value is (59,79,171). Sum of RGB (Red+Green+Blue) = 59+79+171=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B4FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4FAB is #C4B054. Grayscale: #535353. Windows color (decimal): -12890197 or 11226939. OLE color: 11226939.

HSL color Cylindrical-coordinate representation of color #3B4FAB: hue angle of 229.29º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B4FAB is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5979171-
CMYK0.650.5400.33
HSL229.29º48.7%45.1%-
HSV(B)229.29º65.5%67.06%-
XYZ11.959.4639.72-
YUV83.51177.37110.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=19.09%
G=25.57%
B=55.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59791710.650.5400.33229.2948.745.1
Hex3B4FAB4136021e5312d
Octal73117253101660413456155
Binary1110111001111101010111000001110110010000111100101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B4FAB; }

 p { color: rgb(59,79,171); }

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

<style>
 a { background-color: #3B4FAB; }

 a { background-color: rgb(59,79,171); }

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

<style>
 span { border-color: #3B4FAB; }

 span { border-color: rgb(59,79,171); }

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