#225B77

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

Shades of Orient #225B77

Tints of Orient #225B77

Color information

#225B77 (or 0x225B77) is unknown color: approx Orient. HEX triplet: 22, 5B and 77. RGB value is (34,91,119). Sum of RGB (Red+Green+Blue) = 34+91+119=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #225B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B77 is #DDA488. Grayscale: #4C4C4C. Windows color (decimal): -14525577 or 7822114. OLE color: 7822114.

HSL color Cylindrical-coordinate representation of color #225B77: hue angle of 199.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #225B77 is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3491119-
CMYK0.710.2400.53
HSL199.76º55.56%30%-
HSV(B)199.76º71.43%46.67%-
XYZ7.739.1518.81-
YUV77.15151.6297.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=13.93%
G=37.30%
B=48.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34911190.710.2400.53199.7655.5630
Hex225B774718035c8381e
Octal42133167107300653107036
Binary1000101011011111011110001111100001101011100100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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