#213D53

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

Shades of Regal Blue #213D53

Tints of Regal Blue #213D53

Color information

#213D53 (or 0x213D53) is unknown color: approx Regal Blue. HEX triplet: 21, 3D and 53. RGB value is (33,61,83). Sum of RGB (Red+Green+Blue) = 33+61+83=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #213D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D53 is #DEC2AC. Grayscale: #373737. Windows color (decimal): -14598829 or 5455137. OLE color: 5455137.

HSL color Cylindrical-coordinate representation of color #213D53: hue angle of 206.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213D53 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB336183-
CMYK0.600.2700.67
HSL206.4º43.1%22.75%-
HSV(B)206.4º60.24%32.55%-
XYZ3.864.298.81-
YUV55.14143.72112.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 61 (24.22% from 255) = 34.46%
BLUE value IS 83 (32.81% from 255) = 46.89%
R=18.64%
G=34.46%
B=46.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3361830.600.2700.67206.443.122.75
Hex213D533C1B043ce2b17
Octal4175123743301033165327
Binary100001111101101001111110011011010000111100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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