#3B4CAA

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

Shades of Cerulean Blue #3B4CAA

Tints of Cerulean Blue #3B4CAA

Color information

#3B4CAA (or 0x3B4CAA) is unknown color: approx Cerulean Blue. HEX triplet: 3B, 4C and AA. RGB value is (59,76,170). Sum of RGB (Red+Green+Blue) = 59+76+170=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B4CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4CAA is #C4B355. Grayscale: #515151. Windows color (decimal): -12890966 or 11160635. OLE color: 11160635.

HSL color Cylindrical-coordinate representation of color #3B4CAA: hue angle of 230.81º degrees, saturation: 0.48, 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 #3B4CAA is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5976170-
CMYK0.650.5500.33
HSL230.81º48.47%44.9%-
HSV(B)230.81º65.29%66.67%-
XYZ11.64939.15-
YUV81.63177.87111.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=19.34%
G=24.92%
B=55.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59761700.650.5500.33230.8148.4744.9
Hex3B4CAA4137021e7302d
Octal73114252101670413476055
Binary1110111001100101010101000001110111010000111100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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