#226178

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

Shades of Orient #226178

Tints of Orient #226178

Color information

#226178 (or 0x226178) is unknown color: approx Orient. HEX triplet: 22, 61 and 78. RGB value is (34,97,120). Sum of RGB (Red+Green+Blue) = 34+97+120=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #226178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226178 is #DD9E87. Grayscale: #505050. Windows color (decimal): -14524040 or 7889186. OLE color: 7889186.

HSL color Cylindrical-coordinate representation of color #226178: hue angle of 196.05º 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 #226178 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3497120-
CMYK0.720.1900.53
HSL196.05º55.84%30.2%-
HSV(B)196.05º71.67%47.06%-
XYZ8.3210.2519.31-
YUV80.78150.1394.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=13.55%
G=38.65%
B=47.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34971200.720.1900.53196.0555.8430.2
Hex2261784813035c4381e
Octal42141170110230653047036
Binary1000101100001111100010010001001101101011100010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226178; }

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

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

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

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

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

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

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

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