Html Css Color HEX #204C8B Endeavour

📋 copy color: '#204C8B'

red 32 ◦ green 76 ◦ blue 139

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

Shades of Endeavour #204C8B

Tints of Endeavour #204C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.77%

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

R = 12.96%
G = 30.77%
B = 56.28%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#204C8B (or 0x204C8B) is known color: Endeavour. HEX triplet: 20, 4C and 8B. RGB value is (32,76,139). Sum of RGB (Red+Green+Blue) = 32+76+139=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #204C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204C8B is #DFB374. Grayscale: #454545. Windows color (decimal): -14660469 or 9128992. OLE color: 9128992.

HSL color Cylindrical-coordinate representation of color #204C8B: hue angle of 215.33º 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 #204C8B is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 76 139 -
CMYK 0.77 0.45 0 0.45
HSL 215.33º 0.63% 0.34% -
HSV(B) 215.33º 0.77% 0.55% -
XYZ 7.84 7.34 25.43 -
YUV 70.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 32 76 139 0.77 0.45 0 0.45 215.33 0.63 0.34
Hex 20 4C 8B 4D 2D 0 2D D7 3F 22
Octal 40 114 213 115 55 0 55 327 77 42
Binary 100000 1001100 10001011 1001101 101101 0 101101 11010111 111111 100010

Color Harmonies of #204C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C8B

Black with #204C8B

Text Example


Text Example

White with #204C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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