#3B4CAC

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

Shades of Cerulean Blue #3B4CAC

Tints of Cerulean Blue #3B4CAC

Color information

#3B4CAC (or 0x3B4CAC) is unknown color: approx Cerulean Blue. HEX triplet: 3B, 4C and AC. RGB value is (59,76,172). Sum of RGB (Red+Green+Blue) = 59+76+172=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B4CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4CAC is #C4B353. Grayscale: #515151. Windows color (decimal): -12890964 or 11291707. OLE color: 11291707.

HSL color Cylindrical-coordinate representation of color #3B4CAC: hue angle of 230.97º 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 #3B4CAC is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5976172-
CMYK0.660.5600.33
HSL230.97º48.92%45.29%-
HSV(B)230.97º65.7%67.45%-
XYZ11.839.0840.16-
YUV81.86178.87111.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=19.22%
G=24.76%
B=56.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59761720.660.5600.33230.9748.9245.29
Hex3B4CAC4238021e7312d
Octal73114254102700413476155
Binary1110111001100101011001000010111000010000111100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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