Html Css Color HEX #204790 Endeavour

📋 copy color: '#204790'

red 32 ◦ green 71 ◦ blue 144

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

Shades of Endeavour #204790

Tints of Endeavour #204790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 12.96%
G = 28.74%
B = 58.3%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#204790 (or 0x204790) is known color: Endeavour. HEX triplet: 20, 47 and 90. RGB value is (32,71,144). Sum of RGB (Red+Green+Blue) = 32+71+144=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #204790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204790 is #DFB86F. Grayscale: #434343. Windows color (decimal): -14661744 or 9455392. OLE color: 9455392.

HSL color Cylindrical-coordinate representation of color #204790: hue angle of 219.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204790 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 71 144 -
CMYK 0.78 0.51 0 0.44
HSL 219.11º 0.64% 0.35% -
HSV(B) 219.11º 0.78% 0.56% -
XYZ 7.88 6.83 27.29 -
YUV 67.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 32 71 144 0.78 0.51 0 0.44 219.11 0.64 0.35
Hex 20 47 90 4E 33 0 2C DB 40 23
Octal 40 107 220 116 63 0 54 333 100 43
Binary 100000 1000111 10010000 1001110 110011 0 101100 11011011 1000000 100011

Color Harmonies of #204790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204790

Black with #204790

Text Example


Text Example

White with #204790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204790; }

 p { color: rgb(32,71,144); }

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

background-color css

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

 a { background-color: rgb(32,71,144); }

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

border-color css

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

 span { border-color: rgb(32,71,144); }

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