Html Css Color HEX #20618F Endeavour

📋 copy color: '#20618F'

red 32 ◦ green 97 ◦ blue 143

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

Shades of Endeavour #20618F

Tints of Endeavour #20618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.57%

R = 11.76%
G = 35.66%
B = 52.57%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20618F (or 0x20618F) is known color: Endeavour. HEX triplet: 20, 61 and 8F. RGB value is (32,97,143). Sum of RGB (Red+Green+Blue) = 32+97+143=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #20618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20618F is #DF9E70. Grayscale: #525252. Windows color (decimal): -14655089 or 9396512. OLE color: 9396512.

HSL color Cylindrical-coordinate representation of color #20618F: hue angle of 204.86º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20618F is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 97 143 -
CMYK 0.78 0.32 0 0.44
HSL 204.86º 0.63% 0.34% -
HSV(B) 204.86º 0.78% 0.56% -
XYZ 9.83 10.84 27.56 -
YUV 82.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 32 97 143 0.78 0.32 0 0.44 204.86 0.63 0.34
Hex 20 61 8F 4E 20 0 2C CD 3F 22
Octal 40 141 217 116 40 0 54 315 77 42
Binary 100000 1100001 10001111 1001110 100000 0 101100 11001101 111111 100010

Color Harmonies of #20618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20618F

Black with #20618F

Text Example


Text Example

White with #20618F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20618F;
 }
 .AnyTagClassName
 {
   color: #20618F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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