#22576F

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

Shades of Orient #22576F

Tints of Orient #22576F

Color information

#22576F (or 0x22576F) is unknown color: approx Orient. HEX triplet: 22, 57 and 6F. RGB value is (34,87,111). Sum of RGB (Red+Green+Blue) = 34+87+111=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #22576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22576F is #DDA890. Grayscale: #494949. Windows color (decimal): -14526609 or 7296802. OLE color: 7296802.

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

Color convert

RGB3487111-
CMYK0.690.2200.56
HSL198.7º53.1%28.43%-
HSV(B)198.7º69.37%43.53%-
XYZ6.948.316.28-
YUV73.89148.9499.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=14.66%
G=37.5%
B=47.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34871110.690.2200.56198.753.128.43
Hex22576F4516038c7351c
Octal42127157105260703076534
Binary1000101010111110111110001011011001110001100011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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