#213D55

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

Shades of Regal Blue #213D55

Tints of Regal Blue #213D55

Color information

#213D55 (or 0x213D55) is unknown color: approx Regal Blue. HEX triplet: 21, 3D and 55. RGB value is (33,61,85). Sum of RGB (Red+Green+Blue) = 33+61+85=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #213D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D55 is #DEC2AA. Grayscale: #373737. Windows color (decimal): -14598827 or 5586209. OLE color: 5586209.

HSL color Cylindrical-coordinate representation of color #213D55: hue angle of 207.69º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213D55 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB336185-
CMYK0.610.2800.67
HSL207.69º44.07%23.14%-
HSV(B)207.69º61.18%33.33%-
XYZ3.944.329.22-
YUV55.36144.72112.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=18.44%
G=34.08%
B=47.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3361850.610.2800.67207.6944.0723.14
Hex213D553D1C043d02c17
Octal4175125753401033205427
Binary100001111101101010111110111100010000111101000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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