#3459AE

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

Shades of Cerulean Blue #3459AE

Tints of Cerulean Blue #3459AE

Color information

#3459AE (or 0x3459AE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 59 and AE. RGB value is (52,89,174). Sum of RGB (Red+Green+Blue) = 52+89+174=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #3459AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3459AE is #CBA651. Grayscale: #575757. Windows color (decimal): -13346386 or 11426100. OLE color: 11426100.

HSL color Cylindrical-coordinate representation of color #3459AE: hue angle of 221.8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3459AE is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5289174-
CMYK0.700.4900.32
HSL221.8º53.98%44.31%-
HSV(B)221.8º70.11%68.24%-
XYZ12.6310.9341.49-
YUV87.63176.74102.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=16.51%
G=28.25%
B=55.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52891740.700.4900.32221.853.9844.31
Hex3459AE4631020de362c
Octal64131256106610403366654
Binary1101001011001101011101000110110001010000011011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3459AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3459AE; }

 p { color: rgb(52,89,174); }

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

<style>
 a { background-color: #3459AE; }

 a { background-color: rgb(52,89,174); }

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

<style>
 span { border-color: #3459AE; }

 span { border-color: rgb(52,89,174); }

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