Html Css Color HEX #204C8A Endeavour

📋 copy color: '#204C8A'

red 32 ◦ green 76 ◦ blue 138

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

Shades of Endeavour #204C8A

Tints of Endeavour #204C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.1%

R = 13.01%
G = 30.89%
B = 56.1%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#204C8A (or 0x204C8A) is known color: Endeavour. HEX triplet: 20, 4C and 8A. RGB value is (32,76,138). Sum of RGB (Red+Green+Blue) = 32+76+138=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #204C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204C8A is #DFB375. Grayscale: #454545. Windows color (decimal): -14660470 or 9063456. OLE color: 9063456.

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

Color convert

RGB 32 76 138 -
CMYK 0.77 0.45 0 0.46
HSL 215.09º 0.62% 0.33% -
HSV(B) 215.09º 0.77% 0.54% -
XYZ 7.77 7.31 25.05 -
YUV 69.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 32 76 138 0.77 0.45 0 0.46 215.09 0.62 0.33
Hex 20 4C 8A 4D 2D 0 2E D7 3E 21
Octal 40 114 212 115 55 0 56 327 76 41
Binary 100000 1001100 10001010 1001101 101101 0 101110 11010111 111110 100001

Color Harmonies of #204C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C8A

Black with #204C8A

Text Example


Text Example

White with #204C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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