#213B52

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

Shades of Regal Blue #213B52

Tints of Regal Blue #213B52

Color information

#213B52 (or 0x213B52) is unknown color: approx Regal Blue. HEX triplet: 21, 3B and 52. RGB value is (33,59,82). Sum of RGB (Red+Green+Blue) = 33+59+82=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #213B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B52 is #DEC4AD. Grayscale: #353535. Windows color (decimal): -14599342 or 5389089. OLE color: 5389089.

HSL color Cylindrical-coordinate representation of color #213B52: hue angle of 208.16º 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 #213B52 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB335982-
CMYK0.600.2800.68
HSL208.16º42.61%22.55%-
HSV(B)208.16º59.76%32.16%-
XYZ3.714.068.57-
YUV53.85143.89113.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 82 (32.42% from 255) = 47.13%
R=18.97%
G=33.91%
B=47.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3359820.600.2800.68208.1642.6122.55
Hex213B523C1C044d02b17
Octal4173122743401043205327
Binary100001111011101001011110011100010001001101000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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