#213E59

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

Shades of Regal Blue #213E59

Tints of Regal Blue #213E59

Color information

#213E59 (or 0x213E59) is unknown color: approx Regal Blue. HEX triplet: 21, 3E and 59. RGB value is (33,62,89). Sum of RGB (Red+Green+Blue) = 33+62+89=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #213E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E59 is #DEC1A6. Grayscale: #383838. Windows color (decimal): -14598567 or 5848609. OLE color: 5848609.

HSL color Cylindrical-coordinate representation of color #213E59: hue angle of 208.93º 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 #213E59 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB336289-
CMYK0.630.3000.65
HSL208.93º45.9%23.92%-
HSV(B)208.93º62.92%34.9%-
XYZ4.154.4910.1-
YUV56.41146.39111.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 62 (24.61% from 255) = 33.70%
BLUE value IS 89 (35.16% from 255) = 48.37%
R=17.93%
G=33.70%
B=48.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3362890.630.3000.65208.9345.923.92
Hex213E593F1E041d12e18
Octal4176131773601013215630
Binary100001111110101100111111111110010000011101000110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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