#226079

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

Shades of Orient #226079

Tints of Orient #226079

Color information

#226079 (or 0x226079) is unknown color: approx Orient. HEX triplet: 22, 60 and 79. RGB value is (34,96,121). Sum of RGB (Red+Green+Blue) = 34+96+121=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #226079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226079 is #DD9F86. Grayscale: #505050. Windows color (decimal): -14524295 or 7954466. OLE color: 7954466.

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

Color convert

RGB3496121-
CMYK0.720.2100.53
HSL197.24º56.13%30.39%-
HSV(B)197.24º71.9%47.45%-
XYZ8.2910.0919.6-
YUV80.31150.9694.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 121 (47.66% from 255) = 48.21%
R=13.55%
G=38.25%
B=48.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34961210.720.2100.53197.2456.1330.39
Hex2260794815035c5381e
Octal42140171110250653057036
Binary1000101100000111100110010001010101101011100010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226079; }

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

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

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

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

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

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

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

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