#334FAA

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

Shades of Cerulean Blue #334FAA

Tints of Cerulean Blue #334FAA

Color information

#334FAA (or 0x334FAA) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4F and AA. RGB value is (51,79,170). Sum of RGB (Red+Green+Blue) = 51+79+170=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #334FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334FAA is #CCB055. Grayscale: #505050. Windows color (decimal): -13414486 or 11161395. OLE color: 11161395.

HSL color Cylindrical-coordinate representation of color #334FAA: hue angle of 225.88º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #334FAA is Cyan = 0.7, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5179170-
CMYK0.70.5400.33
HSL225.88º53.85%43.33%-
HSV(B)225.88º70%66.67%-
XYZ11.429.239.2-
YUV81178.22106.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=17%
G=26.33%
B=56.67%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51791700.70.5400.33225.8853.8543.33
Hex334FAA4636021e2362b
Octal63117252106660413426653
Binary1100111001111101010101000110110110010000111100010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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