Html Css Color HEX #20617C Orient

📋 copy color: '#20617C'

red 32 ◦ green 97 ◦ blue 124

#20617C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #20617C

Tints of Orient #20617C

RGB

 RED value IS 32 (12.89% from 255) = 12.65%

 GREEN value IS 97 (38.28% from 255) = 38.34%

 BLUE value IS 124 (48.83% from 255) = 49.01%

R = 12.65%
G = 38.34%
B = 49.01%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20617C (or 0x20617C) is known color: Orient. HEX triplet: 20, 61 and 7C. RGB value is (32,97,124). Sum of RGB (Red+Green+Blue) = 32+97+124=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #20617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20617C is #DF9E83. Grayscale: #505050. Windows color (decimal): -14655108 or 8151328. OLE color: 8151328.

HSL color Cylindrical-coordinate representation of color #20617C: hue angle of 197.61º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20617C is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 97 124 -
CMYK 0.74 0.22 0 0.51
HSL 197.61º 0.59% 0.31% -
HSV(B) 197.61º 0.74% 0.49% -
XYZ 8.51 10.31 20.61 -
YUV 80.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 32 97 124 0.74 0.22 0 0.51 197.61 0.59 0.31
Hex 20 61 7C 4A 16 0 33 C6 3B 1F
Octal 40 141 174 112 26 0 63 306 73 37
Binary 100000 1100001 1111100 1001010 10110 0 110011 11000110 111011 11111

Color Harmonies of #20617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20617C

Black with #20617C

Text Example


Text Example

White with #20617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20617C; }

 p { color: rgb(32,97,124); }

 H1.HeaderClassName
 {
   color: #20617C;
 }
 .AnyTagClassName
 {
   color: #20617C;
 }
</style>

background-color css

<style>
 a { background-color: #20617C; }

 a { background-color: rgb(32,97,124); }

 div.DivClassName
 {
   background-color: #20617C;
 }
 .BgClassName
 {
   background-color: #20617C;
 }
</style>

border-color css

<style>
 span { border-color: #20617C; }

 span { border-color: rgb(32,97,124); }

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