#153252

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

Shades of Regal Blue #153252

Tints of Regal Blue #153252

Color information

#153252 (or 0x153252) is unknown color: approx Regal Blue. HEX triplet: 15, 32 and 52. RGB value is (21,50,82). Sum of RGB (Red+Green+Blue) = 21+50+82=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #153252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153252 is #EACDAD. Grayscale: #2C2C2C. Windows color (decimal): -15388078 or 5386773. OLE color: 5386773.

HSL color Cylindrical-coordinate representation of color #153252: hue angle of 211.48º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153252 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB215082-
CMYK0.740.3900.68
HSL211.48º59.22%20.2%-
HSV(B)211.48º74.39%32.16%-
XYZ2.973.058.41-
YUV44.98148.89110.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 82 (32.42% from 255) = 53.59%
R=13.73%
G=32.68%
B=53.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2150820.740.3900.68211.4859.2220.2
Hex1532524A27044d33b14
Octal25621221124701043237324
Binary1010111001010100101001010100111010001001101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153252; }

 p { color: rgb(21,50,82); }

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

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

 a { background-color: rgb(21,50,82); }

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

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

 span { border-color: rgb(21,50,82); }

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