#226075

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

Shades of Orient #226075

Tints of Orient #226075

Color information

#226075 (or 0x226075) is unknown color: approx Orient. HEX triplet: 22, 60 and 75. RGB value is (34,96,117). Sum of RGB (Red+Green+Blue) = 34+96+117=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #226075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226075 is #DD9F8A. Grayscale: #4F4F4F. Windows color (decimal): -14524299 or 7692322. OLE color: 7692322.

HSL color Cylindrical-coordinate representation of color #226075: hue angle of 195.18º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #226075 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3496117-
CMYK0.710.1800.54
HSL195.18º54.97%29.61%-
HSV(B)195.18º70.94%45.88%-
XYZ8.059.9918.33-
YUV79.86148.9695.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=13.77%
G=38.87%
B=47.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34961170.710.1800.54195.1854.9729.61
Hex2260754712036c3371e
Octal42140165107220663036736
Binary1000101100000111010110001111001001101101100001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226075; }

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

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

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

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

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

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

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

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