#225C76

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

Shades of Orient #225C76

Tints of Orient #225C76

Color information

#225C76 (or 0x225C76) is unknown color: approx Orient. HEX triplet: 22, 5C and 76. RGB value is (34,92,118). Sum of RGB (Red+Green+Blue) = 34+92+118=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #225C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C76 is #DDA389. Grayscale: #4D4D4D. Windows color (decimal): -14525322 or 7756834. OLE color: 7756834.

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

Color convert

RGB3492118-
CMYK0.710.2200.54
HSL198.57º55.26%29.8%-
HSV(B)198.57º71.19%46.27%-
XYZ7.769.318.53-
YUV77.62150.7896.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=13.93%
G=37.70%
B=48.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34921180.710.2200.54198.5755.2629.8
Hex225C764716036c7371e
Octal42134166107260663076736
Binary1000101011100111011010001111011001101101100011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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