#153452

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

Shades of Regal Blue #153452

Tints of Regal Blue #153452

Color information

#153452 (or 0x153452) is unknown color: approx Regal Blue. HEX triplet: 15, 34 and 52. RGB value is (21,52,82). Sum of RGB (Red+Green+Blue) = 21+52+82=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #153452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153452 is #EACBAD. Grayscale: #2E2E2E. Windows color (decimal): -15387566 or 5387285. OLE color: 5387285.

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

Color convert

RGB215282-
CMYK0.740.3700.68
HSL209.51º59.22%20.2%-
HSV(B)209.51º74.39%32.16%-
XYZ3.063.228.44-
YUV46.15148.23110.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 82 (32.42% from 255) = 52.90%
R=13.55%
G=33.55%
B=52.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2152820.740.3700.68209.5159.2220.2
Hex1534524A25044d23b14
Octal25641221124501043227324
Binary1010111010010100101001010100101010001001101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153452; }

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

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

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

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

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

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

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

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