#211739

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

Shades of Tolopea #211739

Tints of Tolopea #211739

Color information

#211739 (or 0x211739) is unknown color: approx Tolopea. HEX triplet: 21, 17 and 39. RGB value is (33,23,57). Sum of RGB (Red+Green+Blue) = 33+23+57=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #211739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211739 is #DEE8C6. Grayscale: #1D1D1D. Windows color (decimal): -14608583 or 3741473. OLE color: 3741473.

HSL color Cylindrical-coordinate representation of color #211739: hue angle of 257.65º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #211739 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB332357-
CMYK0.420.6000.78
HSL257.65º42.5%15.69%-
HSV(B)257.65º59.65%22.35%-
XYZ1.671.234.02-
YUV29.87143.31130.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=29.20%
G=20.35%
B=50.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3323570.420.6000.78257.6542.515.69
Hex2117392A3C04E1022a10
Octal412771527401164025220
Binary100001101111110011010101111000100111010000001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211739; }

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

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

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

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

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

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

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

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