#225B76

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

Shades of Orient #225B76

Tints of Orient #225B76

Color information

#225B76 (or 0x225B76) is unknown color: approx Orient. HEX triplet: 22, 5B and 76. RGB value is (34,91,118). Sum of RGB (Red+Green+Blue) = 34+91+118=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #225B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B76 is #DDA489. Grayscale: #4C4C4C. Windows color (decimal): -14525578 or 7756578. OLE color: 7756578.

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

Color convert

RGB3491118-
CMYK0.710.2300.54
HSL199.29º55.26%29.8%-
HSV(B)199.29º71.19%46.27%-
XYZ7.679.1318.5-
YUV77.04151.1297.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=13.99%
G=37.45%
B=48.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34911180.710.2300.54199.2955.2629.8
Hex225B764717036c7371e
Octal42133166107270663076736
Binary1000101011011111011010001111011101101101100011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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