#153350

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

Shades of Regal Blue #153350

Tints of Regal Blue #153350

Color information

#153350 (or 0x153350) is unknown color: approx Regal Blue. HEX triplet: 15, 33 and 50. RGB value is (21,51,80). Sum of RGB (Red+Green+Blue) = 21+51+80=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #153350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153350 is #EACCAF. Grayscale: #2D2D2D. Windows color (decimal): -15387824 or 5255957. OLE color: 5255957.

HSL color Cylindrical-coordinate representation of color #153350: hue angle of 209.49º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153350 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB215180-
CMYK0.740.3600.69
HSL209.49º58.42%19.8%-
HSV(B)209.49º73.75%31.37%-
XYZ2.943.118.03-
YUV45.34147.56110.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=13.82%
G=33.55%
B=52.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2151800.740.3600.69209.4958.4219.8
Hex1533504A24045d13a14
Octal25631201124401053217224
Binary1010111001110100001001010100100010001011101000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153350; }

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

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

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

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

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

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

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

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