#226073

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

Shades of Orient #226073

Tints of Orient #226073

Color information

#226073 (or 0x226073) is unknown color: approx Orient. HEX triplet: 22, 60 and 73. RGB value is (34,96,115). Sum of RGB (Red+Green+Blue) = 34+96+115=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #226073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226073 is #DD9F8C. Grayscale: #4F4F4F. Windows color (decimal): -14524301 or 7561250. OLE color: 7561250.

HSL color Cylindrical-coordinate representation of color #226073: hue angle of 194.07º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #226073 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3496115-
CMYK0.700.1700.55
HSL194.07º54.36%29.22%-
HSV(B)194.07º70.43%45.1%-
XYZ7.949.9417.72-
YUV79.63147.9695.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=13.88%
G=39.18%
B=46.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34961150.700.1700.55194.0754.3629.22
Hex2260734611037c2361d
Octal42140163106210673026635
Binary1000101100000111001110001101000101101111100001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226073; }

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

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

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

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

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

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

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

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