#226072

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

Shades of Orient #226072

Tints of Orient #226072

Color information

#226072 (or 0x226072) is unknown color: approx Orient. HEX triplet: 22, 60 and 72. RGB value is (34,96,114). Sum of RGB (Red+Green+Blue) = 34+96+114=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #226072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226072 is #DD9F8D. Grayscale: #4F4F4F. Windows color (decimal): -14524302 or 7495714. OLE color: 7495714.

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

Color convert

RGB3496114-
CMYK0.700.1600.55
HSL193.5º54.05%29.02%-
HSV(B)193.5º70.18%44.71%-
XYZ7.889.9217.42-
YUV79.51147.4695.54-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=13.93%
G=39.34%
B=46.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34961140.700.1600.55193.554.0529.02
Hex2260724610037c2361d
Octal42140162106200673026635
Binary1000101100000111001010001101000001101111100001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226072; }

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

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

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

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

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

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

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

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