#334EAD

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

Shades of Cerulean Blue #334EAD

Tints of Cerulean Blue #334EAD

Color information

#334EAD (or 0x334EAD) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4E and AD. RGB value is (51,78,173). Sum of RGB (Red+Green+Blue) = 51+78+173=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #334EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334EAD is #CCB152. Grayscale: #505050. Windows color (decimal): -13414739 or 11357747. OLE color: 11357747.

HSL color Cylindrical-coordinate representation of color #334EAD: hue angle of 226.72º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #334EAD is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5178173-
CMYK0.710.5500.32
HSL226.72º54.46%43.92%-
HSV(B)226.72º70.52%67.84%-
XYZ11.639.1740.69-
YUV80.76180.05106.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=16.89%
G=25.83%
B=57.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51781730.710.5500.32226.7254.4643.92
Hex334EAD4737020e3362c
Octal63116255107670403436654
Binary1100111001110101011011000111110111010000011100011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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