#213950

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

Shades of Regal Blue #213950

Tints of Regal Blue #213950

Color information

#213950 (or 0x213950) is unknown color: approx Regal Blue. HEX triplet: 21, 39 and 50. RGB value is (33,57,80). Sum of RGB (Red+Green+Blue) = 33+57+80=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #213950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213950 is #DEC6AF. Grayscale: #343434. Windows color (decimal): -14599856 or 5257505. OLE color: 5257505.

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

Color convert

RGB335780-
CMYK0.590.2900.69
HSL209.36º41.59%22.16%-
HSV(B)209.36º58.75%31.37%-
XYZ3.543.838.14-
YUV52.45143.55114.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=19.41%
G=33.53%
B=47.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3357800.590.2900.69209.3641.5922.16
Hex2139503B1D045d12a16
Octal4171120733501053215226
Binary100001111001101000011101111101010001011101000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213950; }

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

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

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

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

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

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

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

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