#225971

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

Shades of Orient #225971

Tints of Orient #225971

Color information

#225971 (or 0x225971) is unknown color: approx Orient. HEX triplet: 22, 59 and 71. RGB value is (34,89,113). Sum of RGB (Red+Green+Blue) = 34+89+113=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #225971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225971 is #DDA68E. Grayscale: #4B4B4B. Windows color (decimal): -14526095 or 7428386. OLE color: 7428386.

HSL color Cylindrical-coordinate representation of color #225971: hue angle of 198.23º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #225971 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3489113-
CMYK0.700.2100.56
HSL198.23º53.74%28.82%-
HSV(B)198.23º69.91%44.31%-
XYZ7.218.6816.92-
YUV75.29149.2898.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.41%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=14.41%
G=37.71%
B=47.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34891130.700.2100.56198.2353.7428.82
Hex2259714615038c6361d
Octal42131161106250703066635
Binary1000101011001111000110001101010101110001100011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225971; }

 p { color: rgb(34,89,113); }

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

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

 a { background-color: rgb(34,89,113); }

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

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

 span { border-color: rgb(34,89,113); }

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