#334FAD

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

Shades of Cerulean Blue #334FAD

Tints of Cerulean Blue #334FAD

Color information

#334FAD (or 0x334FAD) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4F and AD. RGB value is (51,79,173). Sum of RGB (Red+Green+Blue) = 51+79+173=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #334FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334FAD is #CCB052. Grayscale: #505050. Windows color (decimal): -13414483 or 11358003. OLE color: 11358003.

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

Color convert

RGB5179173-
CMYK0.710.5400.32
HSL226.23º54.46%43.92%-
HSV(B)226.23º70.52%67.84%-
XYZ11.79.3140.72-
YUV81.34179.72106.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=16.83%
G=26.07%
B=57.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51791730.710.5400.32226.2354.4643.92
Hex334FAD4736020e2362c
Octal63117255107660403426654
Binary1100111001111101011011000111110110010000011100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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