#213F59

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

Shades of Regal Blue #213F59

Tints of Regal Blue #213F59

Color information

#213F59 (or 0x213F59) is unknown color: approx Regal Blue. HEX triplet: 21, 3F and 59. RGB value is (33,63,89). Sum of RGB (Red+Green+Blue) = 33+63+89=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #213F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F59 is #DEC0A6. Grayscale: #383838. Windows color (decimal): -14598311 or 5848865. OLE color: 5848865.

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

Color convert

RGB336389-
CMYK0.630.2900.65
HSL207.86º45.9%23.92%-
HSV(B)207.86º62.92%34.9%-
XYZ4.214.610.12-
YUV56.99146.06110.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=17.84%
G=34.05%
B=48.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3363890.630.2900.65207.8645.923.92
Hex213F593F1D041d02e18
Octal4177131773501013205630
Binary100001111111101100111111111101010000011101000010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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