#22576E

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

Shades of Orient #22576E

Tints of Orient #22576E

Color information

#22576E (or 0x22576E) is unknown color: approx Orient. HEX triplet: 22, 57 and 6E. RGB value is (34,87,110). Sum of RGB (Red+Green+Blue) = 34+87+110=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #22576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22576E is #DDA891. Grayscale: #494949. Windows color (decimal): -14526610 or 7231266. OLE color: 7231266.

HSL color Cylindrical-coordinate representation of color #22576E: hue angle of 198.16º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22576E is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3487110-
CMYK0.690.2100.57
HSL198.16º52.78%28.24%-
HSV(B)198.16º69.09%43.14%-
XYZ6.888.2815.99-
YUV73.78148.4499.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.72%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=14.72%
G=37.66%
B=47.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34871100.690.2100.57198.1652.7828.24
Hex22576E4515039c6351c
Octal42127156105250713066534
Binary1000101010111110111010001011010101110011100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22576E; }

 p { color: rgb(34,87,110); }

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

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

 a { background-color: rgb(34,87,110); }

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

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

 span { border-color: rgb(34,87,110); }

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