#221B3C

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

Shades of Tolopea #221B3C

Tints of Tolopea #221B3C

Color information

#221B3C (or 0x221B3C) is unknown color: approx Tolopea. HEX triplet: 22, 1B and 3C. RGB value is (34,27,60). Sum of RGB (Red+Green+Blue) = 34+27+60=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #221B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B3C is #DDE4C3. Grayscale: #202020. Windows color (decimal): -14542020 or 3939106. OLE color: 3939106.

HSL color Cylindrical-coordinate representation of color #221B3C: hue angle of 252.73º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #221B3C is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB342760-
CMYK0.430.5500.76
HSL252.73º37.93%17.06%-
HSV(B)252.73º55%23.53%-
XYZ1.871.454.46-
YUV32.86143.32128.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.10%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 60 (23.83% from 255) = 49.59%
R=28.10%
G=22.31%
B=49.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3427600.430.5500.76252.7337.9317.06
Hex221B3C2B3704Cfd2611
Octal423374536701143754621
Binary10001011011111100101011110111010011001111110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,27,60); }

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

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

 a { background-color: rgb(34,27,60); }

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

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

 span { border-color: rgb(34,27,60); }

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