#3453AF

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

Shades of Cerulean Blue #3453AF

Tints of Cerulean Blue #3453AF

Color information

#3453AF (or 0x3453AF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 53 and AF. RGB value is (52,83,175). Sum of RGB (Red+Green+Blue) = 52+83+175=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #3453AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3453AF is #CBAC50. Grayscale: #535353. Windows color (decimal): -13347921 or 11490100. OLE color: 11490100.

HSL color Cylindrical-coordinate representation of color #3453AF: hue angle of 224.88º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3453AF is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5283175-
CMYK0.700.5300.31
HSL224.88º54.19%44.51%-
HSV(B)224.88º70.29%68.63%-
XYZ12.2510.0141.84-
YUV84.22179.23105.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 175 (68.75% from 255) = 56.45%
R=16.77%
G=26.77%
B=56.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52831750.700.5300.31224.8854.1944.51
Hex3453AF463501Fe1362d
Octal64123257106650373416655
Binary110100101001110101111100011011010101111111100001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3453AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3453AF; }

 p { color: rgb(52,83,175); }

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

<style>
 a { background-color: #3453AF; }

 a { background-color: rgb(52,83,175); }

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

<style>
 span { border-color: #3453AF; }

 span { border-color: rgb(52,83,175); }

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