#213F5A

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

Shades of Regal Blue #213F5A

Tints of Regal Blue #213F5A

Color information

#213F5A (or 0x213F5A) is unknown color: approx Regal Blue. HEX triplet: 21, 3F and 5A. RGB value is (33,63,90). Sum of RGB (Red+Green+Blue) = 33+63+90=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #213F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F5A is #DEC0A5. Grayscale: #383838. Windows color (decimal): -14598310 or 5914401. OLE color: 5914401.

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

Color convert

RGB336390-
CMYK0.630.3000.65
HSL208.42º46.34%24.12%-
HSV(B)208.42º63.33%35.29%-
XYZ4.254.6210.34-
YUV57.11146.56110.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=17.74%
G=33.87%
B=48.39%

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
Decimal3363900.630.3000.65208.4246.3424.12
Hex213F5A3F1E041d02e18
Octal4177132773601013205630
Binary100001111111101101011111111110010000011101000010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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