#213750

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

Shades of Regal Blue #213750

Tints of Regal Blue #213750

Color information

#213750 (or 0x213750) is unknown color: approx Regal Blue. HEX triplet: 21, 37 and 50. RGB value is (33,55,80). Sum of RGB (Red+Green+Blue) = 33+55+80=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #213750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213750 is #DEC8AF. Grayscale: #333333. Windows color (decimal): -14600368 or 5256993. OLE color: 5256993.

HSL color Cylindrical-coordinate representation of color #213750: hue angle of 211.91º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213750 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB335580-
CMYK0.590.3100.69
HSL211.91º41.59%22.16%-
HSV(B)211.91º58.75%31.37%-
XYZ3.443.638.11-
YUV51.27144.21114.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=19.64%
G=32.74%
B=47.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3355800.590.3100.69211.9141.5922.16
Hex2137503B1F045d42a16
Octal4167120733701053245226
Binary100001110111101000011101111111010001011101010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213750; }

 p { color: rgb(33,55,80); }

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

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

 a { background-color: rgb(33,55,80); }

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

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

 span { border-color: rgb(33,55,80); }

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