#226179

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

Shades of Orient #226179

Tints of Orient #226179

Color information

#226179 (or 0x226179) is unknown color: approx Orient. HEX triplet: 22, 61 and 79. RGB value is (34,97,121). Sum of RGB (Red+Green+Blue) = 34+97+121=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #226179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226179 is #DD9E86. Grayscale: #505050. Windows color (decimal): -14524039 or 7954722. OLE color: 7954722.

HSL color Cylindrical-coordinate representation of color #226179: hue angle of 196.55º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #226179 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3497121-
CMYK0.720.2000.53
HSL196.55º56.13%30.39%-
HSV(B)196.55º71.9%47.45%-
XYZ8.3910.2719.63-
YUV80.9150.6394.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=13.49%
G=38.49%
B=48.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34971210.720.2000.53196.5556.1330.39
Hex2261794814035c5381e
Octal42141171110240653057036
Binary1000101100001111100110010001010001101011100010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226179; }

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

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

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

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

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

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

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

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