#3b52ae

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

Shades of Cerulean Blue #3B52AE

Tints of Cerulean Blue #3B52AE

Color information

#3B52AE (or 0x3B52AE) is unknown color: approx Cerulean Blue. HEX triplet: 3B, 52 and AE. RGB value is (59,82,174). Sum of RGB (Red+Green+Blue) = 59+82+174=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B52AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B52AE is #C4AD51. Grayscale: #555555. Windows color (decimal): -12889426 or 11424315. OLE color: 11424315.

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

Color convert

RGB5982174-
CMYK0.660.5300.32
HSL228º49.36%45.69%-
HSV(B)228º66.09%68.24%-
XYZ12.4610.0241.32-
YUV85.61177.88109.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.73%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=18.73%
G=26.03%
B=55.24%

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
Decimal59821740.660.5300.3222849.3645.69
Hex3B52AE4235020e4312e
Octal73122256102650403446156
Binary1110111010010101011101000010110101010000011100100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b52ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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