#3B4BAC

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

Shades of Cerulean Blue #3B4BAC

Tints of Cerulean Blue #3B4BAC

Color information

#3B4BAC (or 0x3B4BAC) is unknown color: approx Cerulean Blue. HEX triplet: 3B, 4B and AC. RGB value is (59,75,172). Sum of RGB (Red+Green+Blue) = 59+75+172=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B4BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4BAC is #C4B453. Grayscale: #505050. Windows color (decimal): -12891220 or 11291451. OLE color: 11291451.

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

Color convert

RGB5975172-
CMYK0.660.5600.33
HSL231.5º48.92%45.29%-
HSV(B)231.5º65.7%67.45%-
XYZ11.778.9440.14-
YUV81.27179.2112.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.28%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=19.28%
G=24.51%
B=56.21%

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
Decimal59751720.660.5600.33231.548.9245.29
Hex3B4BAC4238021e8312d
Octal73113254102700413506155
Binary1110111001011101011001000010111000010000111101000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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