#225D76

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

Shades of Orient #225D76

Tints of Orient #225D76

Color information

#225D76 (or 0x225D76) is unknown color: approx Orient. HEX triplet: 22, 5D and 76. RGB value is (34,93,118). Sum of RGB (Red+Green+Blue) = 34+93+118=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #225D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D76 is #DDA289. Grayscale: #4E4E4E. Windows color (decimal): -14525066 or 7757090. OLE color: 7757090.

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

Color convert

RGB3493118-
CMYK0.710.2100.54
HSL197.86º55.26%29.8%-
HSV(B)197.86º71.19%46.27%-
XYZ7.849.4818.56-
YUV78.21150.4596.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=13.88%
G=37.96%
B=48.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34931180.710.2100.54197.8655.2629.8
Hex225D764715036c6371e
Octal42135166107250663066736
Binary1000101011101111011010001111010101101101100011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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