#226171

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

Shades of Orient #226171

Tints of Orient #226171

Color information

#226171 (or 0x226171) is unknown color: approx Orient. HEX triplet: 22, 61 and 71. RGB value is (34,97,113). Sum of RGB (Red+Green+Blue) = 34+97+113=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #226171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226171 is #DD9E8E. Grayscale: #4F4F4F. Windows color (decimal): -14524047 or 7430434. OLE color: 7430434.

HSL color Cylindrical-coordinate representation of color #226171: hue angle of 192.15º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #226171 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3497113-
CMYK0.700.1400.56
HSL192.15º53.74%28.82%-
HSV(B)192.15º69.91%44.31%-
XYZ7.9210.0817.15-
YUV79.99146.6395.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=13.93%
G=39.75%
B=46.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34971130.700.1400.56192.1553.7428.82
Hex22617146E038c0361d
Octal42141161106160703006635
Binary100010110000111100011000110111001110001100000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226171; }

 p { color: rgb(34,97,113); }

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

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

 a { background-color: rgb(34,97,113); }

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

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

 span { border-color: rgb(34,97,113); }

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