#22566F

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

Shades of Orient #22566F

Tints of Orient #22566F

Color information

#22566F (or 0x22566F) is unknown color: approx Orient. HEX triplet: 22, 56 and 6F. RGB value is (34,86,111). Sum of RGB (Red+Green+Blue) = 34+86+111=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #22566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22566F is #DDA990. Grayscale: #494949. Windows color (decimal): -14526865 or 7296546. OLE color: 7296546.

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

Color convert

RGB3486111-
CMYK0.690.2300.56
HSL199.48º53.1%28.43%-
HSV(B)199.48º69.37%43.53%-
XYZ6.868.1416.25-
YUV73.3149.2799.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.72%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=14.72%
G=37.23%
B=48.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34861110.690.2300.56199.4853.128.43
Hex22566F4517038c7351c
Octal42126157105270703076534
Binary1000101010110110111110001011011101110001100011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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