#22556E

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

Shades of Orient #22556E

Tints of Orient #22556E

Color information

#22556E (or 0x22556E) is unknown color: approx Orient. HEX triplet: 22, 55 and 6E. RGB value is (34,85,110). Sum of RGB (Red+Green+Blue) = 34+85+110=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #22556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22556E is #DDAA91. Grayscale: #484848. Windows color (decimal): -14527122 or 7230754. OLE color: 7230754.

HSL color Cylindrical-coordinate representation of color #22556E: hue angle of 199.74º 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 #22556E is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3485110-
CMYK0.690.2300.57
HSL199.74º52.78%28.24%-
HSV(B)199.74º69.09%43.14%-
XYZ6.727.9615.93-
YUV72.6149.1100.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.85%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=14.85%
G=37.12%
B=48.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal34851100.690.2300.57199.7452.7828.24
Hex22556E4517039c8351c
Octal42125156105270713106534
Binary1000101010101110111010001011011101110011100100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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