#153352

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

Shades of Regal Blue #153352

Tints of Regal Blue #153352

Color information

#153352 (or 0x153352) is unknown color: approx Regal Blue. HEX triplet: 15, 33 and 52. RGB value is (21,51,82). Sum of RGB (Red+Green+Blue) = 21+51+82=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #153352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153352 is #EACCAD. Grayscale: #2D2D2D. Windows color (decimal): -15387822 or 5387029. OLE color: 5387029.

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

Color convert

RGB215182-
CMYK0.740.3800.68
HSL210.49º59.22%20.2%-
HSV(B)210.49º74.39%32.16%-
XYZ3.023.148.43-
YUV45.56148.56110.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 82 (32.42% from 255) = 53.25%
R=13.64%
G=33.12%
B=53.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2151820.740.3800.68210.4959.2220.2
Hex1533524A26044d23b14
Octal25631221124601043227324
Binary1010111001110100101001010100110010001001101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153352; }

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

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

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

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

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

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

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

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