Html Css Color HEX #20617D Orient

📋 copy color: '#20617D'

red 32 ◦ green 97 ◦ blue 125

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

Shades of Orient #20617D

Tints of Orient #20617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 12.6%
G = 38.19%
B = 49.21%

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

#20617D (or 0x20617D) is known color: Orient. HEX triplet: 20, 61 and 7D. RGB value is (32,97,125). Sum of RGB (Red+Green+Blue) = 32+97+125=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #20617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20617D is #DF9E82. Grayscale: #505050. Windows color (decimal): -14655107 or 8216864. OLE color: 8216864.

HSL color Cylindrical-coordinate representation of color #20617D: hue angle of 198.06º 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 #20617D is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 97 125 -
CMYK 0.74 0.22 0 0.51
HSL 198.06º 0.59% 0.31% -
HSV(B) 198.06º 0.74% 0.49% -
XYZ 8.57 10.34 20.95 -
YUV 80.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 32 97 125 0.74 0.22 0 0.51 198.06 0.59 0.31
Hex 20 61 7D 4A 16 0 33 C6 3B 1F
Octal 40 141 175 112 26 0 63 306 73 37
Binary 100000 1100001 1111101 1001010 10110 0 110011 11000110 111011 11111

Color Harmonies of #20617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20617D

Black with #20617D

Text Example


Text Example

White with #20617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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