#213A52

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

Shades of Regal Blue #213A52

Tints of Regal Blue #213A52

Color information

#213A52 (or 0x213A52) is unknown color: approx Regal Blue. HEX triplet: 21, 3A and 52. RGB value is (33,58,82). Sum of RGB (Red+Green+Blue) = 33+58+82=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #213A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A52 is #DEC5AD. Grayscale: #353535. Windows color (decimal): -14599598 or 5388833. OLE color: 5388833.

HSL color Cylindrical-coordinate representation of color #213A52: hue angle of 209.39º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213A52 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB335882-
CMYK0.600.2900.68
HSL209.39º42.61%22.55%-
HSV(B)209.39º59.76%32.16%-
XYZ3.663.968.55-
YUV53.26144.22113.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=19.08%
G=33.53%
B=47.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3358820.600.2900.68209.3942.6122.55
Hex213A523C1D044d12b17
Octal4172122743501043215327
Binary100001111010101001011110011101010001001101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213A52; }

 p { color: rgb(33,58,82); }

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

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

 a { background-color: rgb(33,58,82); }

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

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

 span { border-color: rgb(33,58,82); }

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