#226071

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

Shades of Orient #226071

Tints of Orient #226071

Color information

#226071 (or 0x226071) is unknown color: approx Orient. HEX triplet: 22, 60 and 71. RGB value is (34,96,113). Sum of RGB (Red+Green+Blue) = 34+96+113=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #226071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226071 is #DD9F8E. Grayscale: #4F4F4F. Windows color (decimal): -14524303 or 7430178. OLE color: 7430178.

HSL color Cylindrical-coordinate representation of color #226071: hue angle of 192.91º 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 #226071 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3496113-
CMYK0.700.1500.56
HSL192.91º53.74%28.82%-
HSV(B)192.91º69.91%44.31%-
XYZ7.829.917.12-
YUV79.4146.9695.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=13.99%
G=39.51%
B=46.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34961130.700.1500.56192.9153.7428.82
Hex22607146F038c1361d
Octal42140161106170703016635
Binary100010110000011100011000110111101110001100000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226071; }

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

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

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

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

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

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

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

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