#153552

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

Shades of Regal Blue #153552

Tints of Regal Blue #153552

Color information

#153552 (or 0x153552) is unknown color: approx Regal Blue. HEX triplet: 15, 35 and 52. RGB value is (21,53,82). Sum of RGB (Red+Green+Blue) = 21+53+82=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #153552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153552 is #EACAAD. Grayscale: #2E2E2E. Windows color (decimal): -15387310 or 5387541. OLE color: 5387541.

HSL color Cylindrical-coordinate representation of color #153552: hue angle of 208.52º 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 #153552 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB215382-
CMYK0.740.3500.68
HSL208.52º59.22%20.2%-
HSV(B)208.52º74.39%32.16%-
XYZ3.113.318.46-
YUV46.74147.9109.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 82 (32.42% from 255) = 52.56%
R=13.46%
G=33.97%
B=52.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2153820.740.3500.68208.5259.2220.2
Hex1535524A23044d13b14
Octal25651221124301043217324
Binary1010111010110100101001010100011010001001101000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153552; }

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

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

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

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

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

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

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

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