#213D58

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

Shades of Regal Blue #213D58

Tints of Regal Blue #213D58

Color information

#213D58 (or 0x213D58) is unknown color: approx Regal Blue. HEX triplet: 21, 3D and 58. RGB value is (33,61,88). Sum of RGB (Red+Green+Blue) = 33+61+88=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #213D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D58 is #DEC2A7. Grayscale: #373737. Windows color (decimal): -14598824 or 5782817. OLE color: 5782817.

HSL color Cylindrical-coordinate representation of color #213D58: hue angle of 209.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213D58 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB336188-
CMYK0.620.3100.65
HSL209.45º45.45%23.73%-
HSV(B)209.45º62.5%34.51%-
XYZ4.064.379.86-
YUV55.71146.22111.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 88 (34.77% from 255) = 48.35%
R=18.13%
G=33.52%
B=48.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3361880.620.3100.65209.4545.4523.73
Hex213D583E1F041d12d18
Octal4175130763701013215530
Binary100001111101101100011111011111010000011101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,88); }

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

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

 a { background-color: rgb(33,61,88); }

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

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

 span { border-color: rgb(33,61,88); }

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