#221B38

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

Shades of Tolopea #221B38

Tints of Tolopea #221B38

Color information

#221B38 (or 0x221B38) is unknown color: approx Tolopea. HEX triplet: 22, 1B and 38. RGB value is (34,27,56). Sum of RGB (Red+Green+Blue) = 34+27+56=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 56 - color contains mainly: blue. Hex color #221B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B38 is #DDE4C7. Grayscale: #202020. Windows color (decimal): -14542024 or 3676962. OLE color: 3676962.

HSL color Cylindrical-coordinate representation of color #221B38: hue angle of 254.48º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #221B38 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB342756-
CMYK0.390.5200.78
HSL254.48º34.94%16.27%-
HSV(B)254.48º51.79%21.96%-
XYZ1.771.413.92-
YUV32.4141.32129.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.06%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 56 (22.27% from 255) = 47.86%
R=29.06%
G=23.08%
B=47.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3427560.390.5200.78254.4834.9416.27
Hex221B38273404Efe2310
Octal423370476401163764320
Binary10001011011111000100111110100010011101111111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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