#3A52AD

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

Shades of Cerulean Blue #3A52AD

Tints of Cerulean Blue #3A52AD

Color information

#3A52AD (or 0x3A52AD) is unknown color: approx Cerulean Blue. HEX triplet: 3A, 52 and AD. RGB value is (58,82,173). Sum of RGB (Red+Green+Blue) = 58+82+173=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A52AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A52AD is #C5AD52. Grayscale: #545454. Windows color (decimal): -12954963 or 11358778. OLE color: 11358778.

HSL color Cylindrical-coordinate representation of color #3A52AD: hue angle of 227.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A52AD is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5882173-
CMYK0.660.5300.32
HSL227.48º49.78%45.29%-
HSV(B)227.48º66.47%67.84%-
XYZ12.319.9540.81-
YUV85.2177.55108.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=18.53%
G=26.20%
B=55.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58821730.660.5300.32227.4849.7845.29
Hex3A52AD4235020e3322d
Octal72122255102650403436255
Binary1110101010010101011011000010110101010000011100011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A52AD; }

 p { color: rgb(58,82,173); }

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

<style>
 a { background-color: #3A52AD; }

 a { background-color: rgb(58,82,173); }

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

<style>
 span { border-color: #3A52AD; }

 span { border-color: rgb(58,82,173); }

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