Html Css Color HEX #205286 Endeavour

📋 copy color: '#205286'

red 32 ◦ green 82 ◦ blue 134

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

Shades of Endeavour #205286

Tints of Endeavour #205286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 12.9%
G = 33.06%
B = 54.03%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#205286 (or 0x205286) is known color: Endeavour. HEX triplet: 20, 52 and 86. RGB value is (32,82,134). Sum of RGB (Red+Green+Blue) = 32+82+134=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #205286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205286 is #DFAD79. Grayscale: #484848. Windows color (decimal): -14658938 or 8802848. OLE color: 8802848.

HSL color Cylindrical-coordinate representation of color #205286: hue angle of 210.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205286 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 82 134 -
CMYK 0.76 0.39 0 0.47
HSL 210.59º 0.61% 0.33% -
HSV(B) 210.59º 0.76% 0.53% -
XYZ 7.92 8.06 23.69 -
YUV 72.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 32 82 134 0.76 0.39 0 0.47 210.59 0.61 0.33
Hex 20 52 86 4C 27 0 2F D3 3D 21
Octal 40 122 206 114 47 0 57 323 75 41
Binary 100000 1010010 10000110 1001100 100111 0 101111 11010011 111101 100001

Color Harmonies of #205286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205286

Black with #205286

Text Example


Text Example

White with #205286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205286; }

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

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

background-color css

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

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

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

border-color css

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

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

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