#225A71

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

Shades of Orient #225A71

Tints of Orient #225A71

Color information

#225A71 (or 0x225A71) is unknown color: approx Orient. HEX triplet: 22, 5A and 71. RGB value is (34,90,113). Sum of RGB (Red+Green+Blue) = 34+90+113=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #225A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225A71 is #DDA58E. Grayscale: #4B4B4B. Windows color (decimal): -14525839 or 7428642. OLE color: 7428642.

HSL color Cylindrical-coordinate representation of color #225A71: hue angle of 197.47º 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 #225A71 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3490113-
CMYK0.700.2000.56
HSL197.47º53.74%28.82%-
HSV(B)197.47º69.91%44.31%-
XYZ7.38.8416.95-
YUV75.88148.9598.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.35%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=14.35%
G=37.97%
B=47.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34901130.700.2000.56197.4753.7428.82
Hex225A714614038c5361d
Octal42132161106240703056635
Binary1000101011010111000110001101010001110001100010111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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