#3952AE

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

Shades of Cerulean Blue #3952AE

Tints of Cerulean Blue #3952AE

Color information

#3952AE (or 0x3952AE) is unknown color: approx Cerulean Blue. HEX triplet: 39, 52 and AE. RGB value is (57,82,174). Sum of RGB (Red+Green+Blue) = 57+82+174=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #3952AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3952AE is #C6AD51. Grayscale: #545454. Windows color (decimal): -13020498 or 11424313. OLE color: 11424313.

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

Color convert

RGB5782174-
CMYK0.670.5300.32
HSL227.18º50.65%45.29%-
HSV(B)227.18º67.24%68.24%-
XYZ12.349.9641.32-
YUV85.01178.22108.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=18.21%
G=26.20%
B=55.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57821740.670.5300.32227.1850.6545.29
Hex3952AE4335020e3332d
Octal71122256103650403436355
Binary1110011010010101011101000011110101010000011100011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3952AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3952AE; }

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

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

<style>
 a { background-color: #3952AE; }

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

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

<style>
 span { border-color: #3952AE; }

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

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