#225473

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

Shades of Orient #225473

Tints of Orient #225473

Color information

#225473 (or 0x225473) is unknown color: approx Orient. HEX triplet: 22, 54 and 73. RGB value is (34,84,115). Sum of RGB (Red+Green+Blue) = 34+84+115=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #225473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225473 is #DDAB8C. Grayscale: #484848. Windows color (decimal): -14527373 or 7558178. OLE color: 7558178.

HSL color Cylindrical-coordinate representation of color #225473: hue angle of 202.96º 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 #225473 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3484115-
CMYK0.700.2700.55
HSL202.96º54.36%29.22%-
HSV(B)202.96º70.43%45.1%-
XYZ6.927.9217.38-
YUV72.58151.94100.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.59%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=14.59%
G=36.05%
B=49.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34841150.700.2700.55202.9654.3629.22
Hex225473461B037cb361d
Octal42124163106330673136635
Binary1000101010100111001110001101101101101111100101111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225473; }

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

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

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

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

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

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

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

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