Html Css Color HEX #205294 Endeavour

📋 copy color: '#205294'

red 32 ◦ green 82 ◦ blue 148

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

Shades of Endeavour #205294

Tints of Endeavour #205294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

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

R = 12.21%
G = 31.3%
B = 56.49%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#205294 (or 0x205294) is known color: Endeavour. HEX triplet: 20, 52 and 94. RGB value is (32,82,148). Sum of RGB (Red+Green+Blue) = 32+82+148=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #205294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205294 is #DFAD6B. Grayscale: #4A4A4A. Windows color (decimal): -14658924 or 9720352. OLE color: 9720352.

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

Color convert

RGB 32 82 148 -
CMYK 0.78 0.45 0 0.42
HSL 214.14º 0.64% 0.35% -
HSV(B) 214.14º 0.78% 0.58% -
XYZ 8.96 8.48 29.18 -
YUV 74.57 169.44 97.63 -
System Red Green Blue C M Y K H S L
Decimal 32 82 148 0.78 0.45 0 0.42 214.14 0.64 0.35
Hex 20 52 94 4E 2D 0 2A D6 40 23
Octal 40 122 224 116 55 0 52 326 100 43
Binary 100000 1010010 10010100 1001110 101101 0 101010 11010110 1000000 100011

Color Harmonies of #205294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205294

Black with #205294

Text Example


Text Example

White with #205294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205294; }

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

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

background-color css

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

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

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

border-color css

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

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

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