Html Css Color HEX #205289 Endeavour

📋 copy color: '#205289'

red 32 ◦ green 82 ◦ blue 137

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

Shades of Endeavour #205289

Tints of Endeavour #205289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 54.58%

R = 12.75%
G = 32.67%
B = 54.58%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#205289 (or 0x205289) is known color: Endeavour. HEX triplet: 20, 52 and 89. RGB value is (32,82,137). Sum of RGB (Red+Green+Blue) = 32+82+137=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #205289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205289 is #DFAD76. Grayscale: #494949. Windows color (decimal): -14658935 or 8999456. OLE color: 8999456.

HSL color Cylindrical-coordinate representation of color #205289: hue angle of 211.43º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205289 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 82 137 -
CMYK 0.77 0.40 0 0.46
HSL 211.43º 0.62% 0.33% -
HSV(B) 211.43º 0.77% 0.54% -
XYZ 8.13 8.15 24.81 -
YUV 73.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 32 82 137 0.77 0.40 0 0.46 211.43 0.62 0.33
Hex 20 52 89 4D 28 0 2E D3 3E 21
Octal 40 122 211 115 50 0 56 323 76 41
Binary 100000 1010010 10001001 1001101 101000 0 101110 11010011 111110 100001

Color Harmonies of #205289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205289

Black with #205289

Text Example


Text Example

White with #205289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205289; }

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

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

background-color css

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

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

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

border-color css

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

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

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