#226176

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

Shades of Orient #226176

Tints of Orient #226176

Color information

#226176 (or 0x226176) is unknown color: approx Orient. HEX triplet: 22, 61 and 76. RGB value is (34,97,118). Sum of RGB (Red+Green+Blue) = 34+97+118=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #226176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226176 is #DD9E89. Grayscale: #505050. Windows color (decimal): -14524042 or 7758114. OLE color: 7758114.

HSL color Cylindrical-coordinate representation of color #226176: hue angle of 195º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #226176 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3497118-
CMYK0.710.1800.54
HSL195º55.26%29.8%-
HSV(B)195º71.19%46.27%-
XYZ8.210.218.68-
YUV80.56149.1394.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.65%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=13.65%
G=38.96%
B=47.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34971180.710.1800.5419555.2629.8
Hex2261764712036c3371e
Octal42141166107220663036736
Binary1000101100001111011010001111001001101101100001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226176; }

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

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

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

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

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

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

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

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