#213953

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

Shades of Regal Blue #213953

Tints of Regal Blue #213953

Color information

#213953 (or 0x213953) is unknown color: approx Regal Blue. HEX triplet: 21, 39 and 53. RGB value is (33,57,83). Sum of RGB (Red+Green+Blue) = 33+57+83=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #213953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213953 is #DEC6AC. Grayscale: #343434. Windows color (decimal): -14599853 or 5454113. OLE color: 5454113.

HSL color Cylindrical-coordinate representation of color #213953: hue angle of 211.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213953 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB335783-
CMYK0.600.3100.67
HSL211.2º43.1%22.75%-
HSV(B)211.2º60.24%32.55%-
XYZ3.653.878.74-
YUV52.79145.05113.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=19.08%
G=32.95%
B=47.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3357830.600.3100.67211.243.122.75
Hex2139533C1F043d32b17
Octal4171123743701033235327
Binary100001111001101001111110011111010000111101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213953; }

 p { color: rgb(33,57,83); }

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

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

 a { background-color: rgb(33,57,83); }

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

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

 span { border-color: rgb(33,57,83); }

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