#221C40

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

Shades of Tolopea #221C40

Tints of Tolopea #221C40

Color information

#221C40 (or 0x221C40) is unknown color: approx Tolopea. HEX triplet: 22, 1C and 40. RGB value is (34,28,64). Sum of RGB (Red+Green+Blue) = 34+28+64=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #221C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C40 is #DDE3BF. Grayscale: #212121. Windows color (decimal): -14541760 or 4201506. OLE color: 4201506.

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

Color convert

RGB342864-
CMYK0.470.5600.75
HSL250º39.13%18.04%-
HSV(B)250º56.25%25.1%-
XYZ21.545.04-
YUV33.9144.99128.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 26.98%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=26.98%
G=22.22%
B=50.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3428640.470.5600.7525039.1318.04
Hex221C402F3804Bfa2712
Octal4234100577001133724722
Binary100010111001000000101111111000010010111111101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221C40; }

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

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

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

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

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

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

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

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