Html Css Color HEX #204694 Endeavour

📋 copy color: '#204694'

red 32 ◦ green 70 ◦ blue 148

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

Shades of Endeavour #204694

Tints of Endeavour #204694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 12.8%
G = 28%
B = 59.2%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#204694 (or 0x204694) is known color: Endeavour. HEX triplet: 20, 46 and 94. RGB value is (32,70,148). Sum of RGB (Red+Green+Blue) = 32+70+148=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #204694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204694 is #DFB96B. Grayscale: #434343. Windows color (decimal): -14661996 or 9717280. OLE color: 9717280.

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

Color convert

RGB 32 70 148 -
CMYK 0.78 0.53 0 0.42
HSL 220.34º 0.64% 0.35% -
HSV(B) 220.34º 0.78% 0.58% -
XYZ 8.13 6.83 28.91 -
YUV 67.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 32 70 148 0.78 0.53 0 0.42 220.34 0.64 0.35
Hex 20 46 94 4E 35 0 2A DC 40 23
Octal 40 106 224 116 65 0 52 334 100 43
Binary 100000 1000110 10010100 1001110 110101 0 101010 11011100 1000000 100011

Color Harmonies of #204694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204694

Black with #204694

Text Example


Text Example

White with #204694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204694; }

 p { color: rgb(32,70,148); }

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

background-color css

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

 a { background-color: rgb(32,70,148); }

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

border-color css

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

 span { border-color: rgb(32,70,148); }

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