#225A73

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

Shades of Orient #225A73

Tints of Orient #225A73

Color information

#225A73 (or 0x225A73) is unknown color: approx Orient. HEX triplet: 22, 5A and 73. RGB value is (34,90,115). Sum of RGB (Red+Green+Blue) = 34+90+115=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #225A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A73 is #DDA58C. Grayscale: #4B4B4B. Windows color (decimal): -14525837 or 7559714. OLE color: 7559714.

HSL color Cylindrical-coordinate representation of color #225A73: hue angle of 198.52º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #225A73 is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3490115-
CMYK0.700.2200.55
HSL198.52º54.36%29.22%-
HSV(B)198.52º70.43%45.1%-
XYZ7.418.8917.55-
YUV76.11149.9597.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.23%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=14.23%
G=37.66%
B=48.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34901150.700.2200.55198.5254.3629.22
Hex225A734616037c7361d
Octal42132163106260673076635
Binary1000101011010111001110001101011001101111100011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,90,115); }

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

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

 a { background-color: rgb(34,90,115); }

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

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

 span { border-color: rgb(34,90,115); }

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