#22617B

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

Shades of Orient #22617B

Tints of Orient #22617B

Color information

#22617B (or 0x22617B) is unknown color: approx Orient. HEX triplet: 22, 61 and 7B. RGB value is (34,97,123). Sum of RGB (Red+Green+Blue) = 34+97+123=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #22617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22617B is #DD9E84. Grayscale: #505050. Windows color (decimal): -14524037 or 8085794. OLE color: 8085794.

HSL color Cylindrical-coordinate representation of color #22617B: hue angle of 197.53º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22617B is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3497123-
CMYK0.720.2100.52
HSL197.53º56.69%30.78%-
HSV(B)197.53º72.36%48.24%-
XYZ8.5110.3220.28-
YUV81.13151.6394.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.39%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=13.39%
G=38.19%
B=48.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34971230.720.2100.52197.5356.6930.78
Hex22617B4815034c6391f
Octal42141173110250643067137
Binary1000101100001111101110010001010101101001100011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,97,123); }

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

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

 a { background-color: rgb(34,97,123); }

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

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

 span { border-color: rgb(34,97,123); }

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