#334EA5

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

Shades of Cerulean Blue #334EA5

Tints of Cerulean Blue #334EA5

Color information

#334EA5 (or 0x334EA5) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4E and A5. RGB value is (51,78,165). Sum of RGB (Red+Green+Blue) = 51+78+165=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #334EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334EA5 is #CCB15A. Grayscale: #4F4F4F. Windows color (decimal): -13414747 or 10833459. OLE color: 10833459.

HSL color Cylindrical-coordinate representation of color #334EA5: hue angle of 225.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #334EA5 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5178165-
CMYK0.690.5300.35
HSL225.79º52.78%42.35%-
HSV(B)225.79º69.09%64.71%-
XYZ10.888.8736.74-
YUV79.84176.05107.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.35%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 165 (64.84% from 255) = 56.12%
R=17.35%
G=26.53%
B=56.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51781650.690.5300.35225.7952.7842.35
Hex334EA54535023e2352a
Octal63116245105650433426552
Binary1100111001110101001011000101110101010001111100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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