#213F5E

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

Shades of Regal Blue #213F5E

Tints of Regal Blue #213F5E

Color information

#213F5E (or 0x213F5E) is unknown color: approx Regal Blue. HEX triplet: 21, 3F and 5E. RGB value is (33,63,94). Sum of RGB (Red+Green+Blue) = 33+63+94=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #213F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F5E is #DEC0A1. Grayscale: #393939. Windows color (decimal): -14598306 or 6176545. OLE color: 6176545.

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

Color convert

RGB336394-
CMYK0.650.3300.63
HSL210.49º48.03%24.9%-
HSV(B)210.49º64.89%36.86%-
XYZ4.434.6911.26-
YUV57.56148.56110.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 94 (37.11% from 255) = 49.47%
R=17.37%
G=33.16%
B=49.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3363940.650.3300.63210.4948.0324.9
Hex213F5E412103Fd23019
Octal4177136101410773226031
Binary1000011111111011110100000110000101111111101001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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