#3B4BAA

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

Shades of Cerulean Blue #3B4BAA

Tints of Cerulean Blue #3B4BAA

Color information

#3B4BAA (or 0x3B4BAA) is unknown color: approx Cerulean Blue. HEX triplet: 3B, 4B and AA. RGB value is (59,75,170). Sum of RGB (Red+Green+Blue) = 59+75+170=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B4BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4BAA is #C4B455. Grayscale: #505050. Windows color (decimal): -12891222 or 11160379. OLE color: 11160379.

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

Color convert

RGB5975170-
CMYK0.650.5600.33
HSL231.35º48.47%44.9%-
HSV(B)231.35º65.29%66.67%-
XYZ11.588.8639.13-
YUV81.05178.2112.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.41%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=19.41%
G=24.67%
B=55.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59751700.650.5600.33231.3548.4744.9
Hex3B4BAA4138021e7302d
Octal73113252101700413476055
Binary1110111001011101010101000001111000010000111100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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