#334BAB

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

Shades of Cerulean Blue #334BAB

Tints of Cerulean Blue #334BAB

Color information

#334BAB (or 0x334BAB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4B and AB. RGB value is (51,75,171). Sum of RGB (Red+Green+Blue) = 51+75+171=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #334BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334BAB is #CCB454. Grayscale: #4E4E4E. Windows color (decimal): -13415509 or 11225907. OLE color: 11225907.

HSL color Cylindrical-coordinate representation of color #334BAB: hue angle of 228º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #334BAB is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5175171-
CMYK0.700.5600.33
HSL228º54.05%43.53%-
HSV(B)228º70.18%67.06%-
XYZ11.238.6839.61-
YUV78.77180.05108.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=17.17%
G=25.25%
B=57.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51751710.700.5600.3322854.0543.53
Hex334BAB4638021e4362c
Octal63113253106700413446654
Binary1100111001011101010111000110111000010000111100100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334BAB; }

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

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

<style>
 a { background-color: #334BAB; }

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

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

<style>
 span { border-color: #334BAB; }

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

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