#3B4DAC

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

Shades of Cerulean Blue #3B4DAC

Tints of Cerulean Blue #3B4DAC

Color information

#3B4DAC (or 0x3B4DAC) is unknown color: approx Cerulean Blue. HEX triplet: 3B, 4D and AC. RGB value is (59,77,172). Sum of RGB (Red+Green+Blue) = 59+77+172=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4DAC is #C4B253. Grayscale: #525252. Windows color (decimal): -12890708 or 11291963. OLE color: 11291963.

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

Color convert

RGB5977172-
CMYK0.660.5500.33
HSL230.44º48.92%45.29%-
HSV(B)230.44º65.7%67.45%-
XYZ11.99.2240.18-
YUV82.45178.54111.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 55.84%
R=19.16%
G=25%
B=55.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59771720.660.5500.33230.4448.9245.29
Hex3B4DAC4237021e6312d
Octal73115254102670413466155
Binary1110111001101101011001000010110111010000111100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,77,172); }

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

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

 a { background-color: rgb(59,77,172); }

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

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

 span { border-color: rgb(59,77,172); }

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