#3B4BAB

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

Shades of Cerulean Blue #3B4BAB

Tints of Cerulean Blue #3B4BAB

Color information

#3B4BAB (or 0x3B4BAB) is unknown color: approx Cerulean Blue. HEX triplet: 3B, 4B and AB. RGB value is (59,75,171). Sum of RGB (Red+Green+Blue) = 59+75+171=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B4BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4BAB is #C4B454. Grayscale: #505050. Windows color (decimal): -12891221 or 11225915. OLE color: 11225915.

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

Color convert

RGB5975171-
CMYK0.650.5600.33
HSL231.43º48.7%45.1%-
HSV(B)231.43º65.5%67.06%-
XYZ11.678.939.63-
YUV81.16178.7112.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=19.34%
G=24.59%
B=56.07%

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
Decimal59751710.650.5600.33231.4348.745.1
Hex3B4BAB4138021e7312d
Octal73113253101700413476155
Binary1110111001011101010111000001111000010000111100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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