Html Css Color HEX #204E89 Endeavour

📋 copy color: '#204E89'

red 32 ◦ green 78 ◦ blue 137

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

Shades of Endeavour #204E89

Tints of Endeavour #204E89

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.58%

 BLUE value IS 137 (53.91% from 255) = 55.47%

R = 12.96%
G = 31.58%
B = 55.47%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#204E89 (or 0x204E89) is known color: Endeavour. HEX triplet: 20, 4E and 89. RGB value is (32,78,137). Sum of RGB (Red+Green+Blue) = 32+78+137=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #204E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E89 is #DFB176. Grayscale: #464646. Windows color (decimal): -14659959 or 8998432. OLE color: 8998432.

HSL color Cylindrical-coordinate representation of color #204E89: hue angle of 213.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #204E89 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 78 137 -
CMYK 0.77 0.43 0 0.46
HSL 213.71º 0.62% 0.33% -
HSV(B) 213.71º 0.77% 0.54% -
XYZ 7.84 7.56 24.71 -
YUV 70.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 32 78 137 0.77 0.43 0 0.46 213.71 0.62 0.33
Hex 20 4E 89 4D 2B 0 2E D6 3E 21
Octal 40 116 211 115 53 0 56 326 76 41
Binary 100000 1001110 10001001 1001101 101011 0 101110 11010110 111110 100001

Color Harmonies of #204E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204E89

Black with #204E89

Text Example


Text Example

White with #204E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204E89; }

 p { color: rgb(32,78,137); }

 H1.HeaderClassName
 {
   color: #204E89;
 }
 .AnyTagClassName
 {
   color: #204E89;
 }
</style>

background-color css

<style>
 a { background-color: #204E89; }

 a { background-color: rgb(32,78,137); }

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

border-color css

<style>
 span { border-color: #204E89; }

 span { border-color: rgb(32,78,137); }

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