#225E76

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

Shades of Orient #225E76

Tints of Orient #225E76

Color information

#225E76 (or 0x225E76) is unknown color: approx Orient. HEX triplet: 22, 5E and 76. RGB value is (34,94,118). Sum of RGB (Red+Green+Blue) = 34+94+118=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #225E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225E76 is #DDA189. Grayscale: #4E4E4E. Windows color (decimal): -14524810 or 7757346. OLE color: 7757346.

HSL color Cylindrical-coordinate representation of color #225E76: hue angle of 197.14º 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 #225E76 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3494118-
CMYK0.710.2000.54
HSL197.14º55.26%29.8%-
HSV(B)197.14º71.19%46.27%-
XYZ7.939.6518.58-
YUV78.8150.1296.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 118 (46.48% from 255) = 47.97%
R=13.82%
G=38.21%
B=47.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34941180.710.2000.54197.1455.2629.8
Hex225E764714036c5371e
Octal42136166107240663056736
Binary1000101011110111011010001111010001101101100010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225E76; }

 p { color: rgb(34,94,118); }

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

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

 a { background-color: rgb(34,94,118); }

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

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

 span { border-color: rgb(34,94,118); }

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