#3B52AD

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

Shades of Cerulean Blue #3B52AD

Tints of Cerulean Blue #3B52AD

Color information

#3B52AD (or 0x3B52AD) is unknown color: approx Cerulean Blue. HEX triplet: 3B, 52 and AD. RGB value is (59,82,173). Sum of RGB (Red+Green+Blue) = 59+82+173=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B52AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B52AD is #C4AD52. Grayscale: #555555. Windows color (decimal): -12889427 or 11358779. OLE color: 11358779.

HSL color Cylindrical-coordinate representation of color #3B52AD: hue angle of 227.89º degrees, saturation: 0.49, 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 #3B52AD is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5982173-
CMYK0.660.5300.32
HSL227.89º49.14%45.49%-
HSV(B)227.89º65.9%67.84%-
XYZ12.369.9840.81-
YUV85.5177.38109.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=18.79%
G=26.11%
B=55.10%

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
Decimal59821730.660.5300.32227.8949.1445.49
Hex3B52AD4235020e4312d
Octal73122255102650403446155
Binary1110111010010101011011000010110101010000011100100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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