#22606B

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

Shades of Orient #22606B

Tints of Orient #22606B

Color information

#22606B (or 0x22606B) is unknown color: approx Orient. HEX triplet: 22, 60 and 6B. RGB value is (34,96,107). Sum of RGB (Red+Green+Blue) = 34+96+107=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #22606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22606B is #DD9F94. Grayscale: #4E4E4E. Windows color (decimal): -14524309 or 7036962. OLE color: 7036962.

HSL color Cylindrical-coordinate representation of color #22606B: hue angle of 189.04º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22606B is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3496107-
CMYK0.680.1000.58
HSL189.04º51.77%27.65%-
HSV(B)189.04º68.22%41.96%-
XYZ7.59.7715.4-
YUV78.72143.9696.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.35%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=14.35%
G=40.51%
B=45.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34961070.680.1000.58189.0451.7727.65
Hex22606B44A03Abd341c
Octal42140153104120722756434
Binary100010110000011010111000100101001110101011110111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22606B; }

 p { color: rgb(34,96,107); }

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

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

 a { background-color: rgb(34,96,107); }

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

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

 span { border-color: rgb(34,96,107); }

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