Html Css Color HEX #206494 Endeavour

📋 copy color: '#206494'

red 32 ◦ green 100 ◦ blue 148

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

Shades of Endeavour #206494

Tints of Endeavour #206494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

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

R = 11.43%
G = 35.71%
B = 52.86%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206494 (or 0x206494) is known color: Endeavour. HEX triplet: 20, 64 and 94. RGB value is (32,100,148). Sum of RGB (Red+Green+Blue) = 32+100+148=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #206494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206494 is #DF9B6B. Grayscale: #545454. Windows color (decimal): -14654316 or 9724960. OLE color: 9724960.

HSL color Cylindrical-coordinate representation of color #206494: hue angle of 204.83º 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 #206494 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 100 148 -
CMYK 0.78 0.32 0 0.42
HSL 204.83º 0.64% 0.35% -
HSV(B) 204.83º 0.78% 0.58% -
XYZ 10.5 11.56 29.69 -
YUV 85.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 32 100 148 0.78 0.32 0 0.42 204.83 0.64 0.35
Hex 20 64 94 4E 20 0 2A CD 40 23
Octal 40 144 224 116 40 0 52 315 100 43
Binary 100000 1100100 10010100 1001110 100000 0 101010 11001101 1000000 100011

Color Harmonies of #206494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206494

Black with #206494

Text Example


Text Example

White with #206494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206494; }

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

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

background-color css

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

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

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

border-color css

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

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

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