#213850

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

Shades of Regal Blue #213850

Tints of Regal Blue #213850

Color information

#213850 (or 0x213850) is unknown color: approx Regal Blue. HEX triplet: 21, 38 and 50. RGB value is (33,56,80). Sum of RGB (Red+Green+Blue) = 33+56+80=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #213850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213850 is #DEC7AF. Grayscale: #333333. Windows color (decimal): -14600112 or 5257249. OLE color: 5257249.

HSL color Cylindrical-coordinate representation of color #213850: hue angle of 210.64º 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 #213850 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB335680-
CMYK0.590.3000.69
HSL210.64º41.59%22.16%-
HSV(B)210.64º58.75%31.37%-
XYZ3.493.738.13-
YUV51.86143.88114.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=19.53%
G=33.14%
B=47.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3356800.590.3000.69210.6441.5922.16
Hex2138503B1E045d32a16
Octal4170120733601053235226
Binary100001111000101000011101111110010001011101001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213850; }

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

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

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

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

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

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

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

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