#334EAB

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

Shades of Cerulean Blue #334EAB

Tints of Cerulean Blue #334EAB

Color information

#334EAB (or 0x334EAB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4E and AB. RGB value is (51,78,171). Sum of RGB (Red+Green+Blue) = 51+78+171=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #334EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334EAB is #CCB154. Grayscale: #505050. Windows color (decimal): -13414741 or 11226675. OLE color: 11226675.

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

Color convert

RGB5178171-
CMYK0.700.5400.33
HSL226.5º54.05%43.53%-
HSV(B)226.5º70.18%67.06%-
XYZ11.449.0939.68-
YUV80.53179.05106.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 171 (67.19% from 255) = 57%
R=17%
G=26%
B=57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51781710.700.5400.33226.554.0543.53
Hex334EAB4636021e2362c
Octal63116253106660413426654
Binary1100111001110101010111000110110110010000111100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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