#153355

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

Shades of Regal Blue #153355

Tints of Regal Blue #153355

Color information

#153355 (or 0x153355) is unknown color: approx Regal Blue. HEX triplet: 15, 33 and 55. RGB value is (21,51,85). Sum of RGB (Red+Green+Blue) = 21+51+85=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #153355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153355 is #EACCAA. Grayscale: #2D2D2D. Windows color (decimal): -15387819 or 5583637. OLE color: 5583637.

HSL color Cylindrical-coordinate representation of color #153355: hue angle of 211.88º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153355 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB215185-
CMYK0.750.4000.67
HSL211.88º60.38%20.78%-
HSV(B)211.88º75.29%33.33%-
XYZ3.133.189.04-
YUV45.91150.06110.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=13.38%
G=32.48%
B=54.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2151850.750.4000.67211.8860.3820.78
Hex1533554B28043d43c15
Octal25631251135001033247425
Binary1010111001110101011001011101000010000111101010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153355; }

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

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

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

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

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

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

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

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