#3545AF

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

Shades of Cerulean Blue #3545AF

Tints of Cerulean Blue #3545AF

Color information

#3545AF (or 0x3545AF) is unknown color: approx Cerulean Blue. HEX triplet: 35, 45 and AF. RGB value is (53,69,175). Sum of RGB (Red+Green+Blue) = 53+69+175=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #3545AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3545AF is #CABA50. Grayscale: #4B4B4B. Windows color (decimal): -13285969 or 11486517. OLE color: 11486517.

HSL color Cylindrical-coordinate representation of color #3545AF: hue angle of 232.13º 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 #3545AF is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5369175-
CMYK0.700.6100.31
HSL232.13º53.51%44.71%-
HSV(B)232.13º69.71%68.63%-
XYZ11.338.1141.53-
YUV76.3183.7111.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 175 (68.75% from 255) = 58.92%
R=17.85%
G=23.23%
B=58.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53691750.700.6100.31232.1353.5144.71
Hex3545AF463D01Fe8362d
Octal65105257106750373506655
Binary110101100010110101111100011011110101111111101000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3545AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,69,175); }

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

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

 a { background-color: rgb(53,69,175); }

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

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

 span { border-color: rgb(53,69,175); }

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