#213951

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

Shades of Regal Blue #213951

Tints of Regal Blue #213951

Color information

#213951 (or 0x213951) is unknown color: approx Regal Blue. HEX triplet: 21, 39 and 51. RGB value is (33,57,81). Sum of RGB (Red+Green+Blue) = 33+57+81=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #213951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213951 is #DEC6AE. Grayscale: #343434. Windows color (decimal): -14599855 or 5323041. OLE color: 5323041.

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

Color convert

RGB335781-
CMYK0.590.3000.68
HSL210º42.11%22.35%-
HSV(B)210º59.26%31.76%-
XYZ3.583.848.34-
YUV52.56144.05114.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=19.30%
G=33.33%
B=47.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3357810.590.3000.6821042.1122.35
Hex2139513B1E044d22a16
Octal4171121733601043225226
Binary100001111001101000111101111110010001001101001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213951; }

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

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

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

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

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

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

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

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