#225877

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

Shades of Orient #225877

Tints of Orient #225877

Color information

#225877 (or 0x225877) is unknown color: approx Orient. HEX triplet: 22, 58 and 77. RGB value is (34,88,119). Sum of RGB (Red+Green+Blue) = 34+88+119=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #225877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225877 is #DDA788. Grayscale: #4B4B4B. Windows color (decimal): -14526345 or 7821346. OLE color: 7821346.

HSL color Cylindrical-coordinate representation of color #225877: hue angle of 201.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #225877 is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3488119-
CMYK0.710.2600.53
HSL201.88º55.56%30%-
HSV(B)201.88º71.43%46.67%-
XYZ7.488.6518.73-
YUV75.39152.6198.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.11%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=14.11%
G=36.51%
B=49.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal34881190.710.2600.53201.8855.5630
Hex225877471A035ca381e
Octal42130167107320653127036
Binary1000101011000111011110001111101001101011100101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225877; }

 p { color: rgb(34,88,119); }

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

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

 a { background-color: rgb(34,88,119); }

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

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

 span { border-color: rgb(34,88,119); }

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