Html Css Color HEX #20668E Endeavour

📋 copy color: '#20668E'

red 32 ◦ green 102 ◦ blue 142

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

Shades of Endeavour #20668E

Tints of Endeavour #20668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 142 (55.86% from 255) = 51.45%

R = 11.59%
G = 36.96%
B = 51.45%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20668E (or 0x20668E) is known color: Endeavour. HEX triplet: 20, 66 and 8E. RGB value is (32,102,142). Sum of RGB (Red+Green+Blue) = 32+102+142=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #20668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20668E is #DF9971. Grayscale: #555555. Windows color (decimal): -14653810 or 9332256. OLE color: 9332256.

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

Color convert

RGB 32 102 142 -
CMYK 0.77 0.28 0 0.44
HSL 201.82º 0.63% 0.34% -
HSV(B) 201.82º 0.77% 0.56% -
XYZ 10.23 11.76 27.32 -
YUV 85.63 159.81 89.75 -
System Red Green Blue C M Y K H S L
Decimal 32 102 142 0.77 0.28 0 0.44 201.82 0.63 0.34
Hex 20 66 8E 4D 1C 0 2C CA 3F 22
Octal 40 146 216 115 34 0 54 312 77 42
Binary 100000 1100110 10001110 1001101 11100 0 101100 11001010 111111 100010

Color Harmonies of #20668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20668E

Black with #20668E

Text Example


Text Example

White with #20668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20668E; }

 p { color: rgb(32,102,142); }

 H1.HeaderClassName
 {
   color: #20668E;
 }
 .AnyTagClassName
 {
   color: #20668E;
 }
</style>

background-color css

<style>
 a { background-color: #20668E; }

 a { background-color: rgb(32,102,142); }

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

border-color css

<style>
 span { border-color: #20668E; }

 span { border-color: rgb(32,102,142); }

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