#20607A

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

Shades of Orient #20607A

Tints of Orient #20607A

Color information

#20607A (or 0x20607A) is unknown color: approx Orient. HEX triplet: 20, 60 and 7A. RGB value is (32,96,122). Sum of RGB (Red+Green+Blue) = 32+96+122=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #20607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20607A is #DF9F85. Grayscale: #4F4F4F. Windows color (decimal): -14655366 or 8020000. OLE color: 8020000.

HSL color Cylindrical-coordinate representation of color #20607A: hue angle of 197.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20607A is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3296122-
CMYK0.740.2100.52
HSL197.33º58.44%30.2%-
HSV(B)197.33º73.77%47.84%-
XYZ8.2910.0819.92-
YUV79.83151.893.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 122 (48.05% from 255) = 48.8%
R=12.8%
G=38.4%
B=48.8%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32961220.740.2100.52197.3358.4430.2
Hex20607A4A15034c53a1e
Octal40140172112250643057236
Binary1000001100000111101010010101010101101001100010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20607A; }

 p { color: rgb(32,96,122); }

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

<style>
 a { background-color: #20607A; }

 a { background-color: rgb(32,96,122); }

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

<style>
 span { border-color: #20607A; }

 span { border-color: rgb(32,96,122); }

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