#213D59

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

Shades of Regal Blue #213D59

Tints of Regal Blue #213D59

Color information

#213D59 (or 0x213D59) is unknown color: approx Regal Blue. HEX triplet: 21, 3D and 59. RGB value is (33,61,89). Sum of RGB (Red+Green+Blue) = 33+61+89=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #213D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D59 is #DEC2A6. Grayscale: #373737. Windows color (decimal): -14598823 or 5848353. OLE color: 5848353.

HSL color Cylindrical-coordinate representation of color #213D59: hue angle of 210º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213D59 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB336189-
CMYK0.630.3100.65
HSL210º45.9%23.92%-
HSV(B)210º62.92%34.9%-
XYZ4.14.3810.08-
YUV55.82146.72111.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=18.03%
G=33.33%
B=48.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3361890.630.3100.6521045.923.92
Hex213D593F1F041d22e18
Octal4175131773701013225630
Binary100001111101101100111111111111010000011101001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,89); }

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

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

 a { background-color: rgb(33,61,89); }

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

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

 span { border-color: rgb(33,61,89); }

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