#213F5D

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

Shades of Regal Blue #213F5D

Tints of Regal Blue #213F5D

Color information

#213F5D (or 0x213F5D) is unknown color: approx Regal Blue. HEX triplet: 21, 3F and 5D. RGB value is (33,63,93). Sum of RGB (Red+Green+Blue) = 33+63+93=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #213F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F5D is #DEC0A2. Grayscale: #393939. Windows color (decimal): -14598307 or 6111009. OLE color: 6111009.

HSL color Cylindrical-coordinate representation of color #213F5D: hue angle of 210º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #213F5D is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB336393-
CMYK0.650.3200.64
HSL210º47.62%24.71%-
HSV(B)210º64.52%36.47%-
XYZ4.384.6711.03-
YUV57.45148.06110.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 63 (25% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=17.46%
G=33.33%
B=49.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3363930.650.3200.6421047.6224.71
Hex213F5D4120040d23019
Octal41771351014001003226031
Binary10000111111110111011000001100000010000001101001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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