#222C35

Color #222C35 Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #222C35

Tints of Blue Charcoal #222C35

Color information

#222C35 (or 0x222C35) is unknown color: approx Blue Charcoal. HEX triplet: 22, 2C and 35. RGB value is (34,44,53). Sum of RGB (Red+Green+Blue) = 34+44+53=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 53 - color contains mainly: blue. Hex color #222C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222C35 is #DDD3CA. Grayscale: #292929. Windows color (decimal): -14537675 or 3484706. OLE color: 3484706.

HSL color Cylindrical-coordinate representation of color #222C35: hue angle of 208.42º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #222C35 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB344453-
CMYK0.360.1700.79
HSL208.42º21.84%17.06%-
HSV(B)208.42º35.85%20.78%-
XYZ2.22.43.72-
YUV42.04134.19122.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.95%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=25.95%
G=33.59%
B=40.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3444530.360.1700.79208.4221.8417.06
Hex222C35241104Fd01611
Octal425465442101173202621
Binary1000101011001101011001001000101001111110100001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222C35; }

 p { color: rgb(34,44,53); }

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

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

 a { background-color: rgb(34,44,53); }

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

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

 span { border-color: rgb(34,44,53); }

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