#221740

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

Shades of Tolopea #221740

Tints of Tolopea #221740

Color information

#221740 (or 0x221740) is unknown color: approx Tolopea. HEX triplet: 22, 17 and 40. RGB value is (34,23,64). Sum of RGB (Red+Green+Blue) = 34+23+64=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #221740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221740 is #DDE8BF. Grayscale: #1E1E1E. Windows color (decimal): -14543040 or 4200226. OLE color: 4200226.

HSL color Cylindrical-coordinate representation of color #221740: hue angle of 256.1º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #221740 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB342364-
CMYK0.470.6400.75
HSL256.1º47.13%17.06%-
HSV(B)256.1º64.06%25.1%-
XYZ1.891.325.01-
YUV30.96146.64130.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.10%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=28.10%
G=19.01%
B=52.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3423640.470.6400.75256.147.1317.06
Hex2217402F4004B1002f11
Octal42271005710001134005721
Binary10001010111100000010111110000000100101110000000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221740; }

 p { color: rgb(34,23,64); }

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

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

 a { background-color: rgb(34,23,64); }

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

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

 span { border-color: rgb(34,23,64); }

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