#3451AE

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

Shades of Cerulean Blue #3451AE

Tints of Cerulean Blue #3451AE

Color information

#3451AE (or 0x3451AE) is unknown color: approx Cerulean Blue. HEX triplet: 34, 51 and AE. RGB value is (52,81,174). Sum of RGB (Red+Green+Blue) = 52+81+174=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #3451AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3451AE is #CBAE51. Grayscale: #525252. Windows color (decimal): -13348434 or 11424052. OLE color: 11424052.

HSL color Cylindrical-coordinate representation of color #3451AE: hue angle of 225.74º 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 #3451AE is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5281174-
CMYK0.700.5300.32
HSL225.74º53.98%44.31%-
HSV(B)225.74º70.11%68.24%-
XYZ129.6741.28-
YUV82.93179.39105.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.94%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=16.94%
G=26.38%
B=56.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52811740.700.5300.32225.7453.9844.31
Hex3451AE4635020e2362c
Octal64121256106650403426654
Binary1101001010001101011101000110110101010000011100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3451AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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