#334DAB

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

Shades of Cerulean Blue #334DAB

Tints of Cerulean Blue #334DAB

Color information

#334DAB (or 0x334DAB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4D and AB. RGB value is (51,77,171). Sum of RGB (Red+Green+Blue) = 51+77+171=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #334DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334DAB is #CCB254. Grayscale: #4F4F4F. Windows color (decimal): -13414997 or 11226419. OLE color: 11226419.

HSL color Cylindrical-coordinate representation of color #334DAB: hue angle of 227º 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 #334DAB is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5177171-
CMYK0.700.5500.33
HSL227º54.05%43.53%-
HSV(B)227º70.18%67.06%-
XYZ11.378.9539.66-
YUV79.94179.39107.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.06%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=17.06%
G=25.75%
B=57.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51771710.700.5500.3322754.0543.53
Hex334DAB4637021e3362c
Octal63115253106670413436654
Binary1100111001101101010111000110110111010000111100011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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