Html Css Color HEX #204E8B Endeavour

📋 copy color: '#204E8B'

red 32 ◦ green 78 ◦ blue 139

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

Shades of Endeavour #204E8B

Tints of Endeavour #204E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.82%

R = 12.85%
G = 31.33%
B = 55.82%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#204E8B (or 0x204E8B) is known color: Endeavour. HEX triplet: 20, 4E and 8B. RGB value is (32,78,139). Sum of RGB (Red+Green+Blue) = 32+78+139=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #204E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204E8B is #DFB174. Grayscale: #464646. Windows color (decimal): -14659957 or 9129504. OLE color: 9129504.

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

Color convert

RGB 32 78 139 -
CMYK 0.77 0.44 0 0.45
HSL 214.21º 0.63% 0.34% -
HSV(B) 214.21º 0.77% 0.55% -
XYZ 7.98 7.62 25.48 -
YUV 71.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 32 78 139 0.77 0.44 0 0.45 214.21 0.63 0.34
Hex 20 4E 8B 4D 2C 0 2D D6 3F 22
Octal 40 116 213 115 54 0 55 326 77 42
Binary 100000 1001110 10001011 1001101 101100 0 101101 11010110 111111 100010

Color Harmonies of #204E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204E8B

Black with #204E8B

Text Example


Text Example

White with #204E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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