Html Css Color HEX #205998 Endeavour

📋 copy color: '#205998'

red 32 ◦ green 89 ◦ blue 152

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

Shades of Endeavour #205998

Tints of Endeavour #205998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 152 (59.77% from 255) = 55.68%

R = 11.72%
G = 32.6%
B = 55.68%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#205998 (or 0x205998) is known color: Endeavour. HEX triplet: 20, 59 and 98. RGB value is (32,89,152). Sum of RGB (Red+Green+Blue) = 32+89+152=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #205998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205998 is #DFA667. Grayscale: #4E4E4E. Windows color (decimal): -14657128 or 9984288. OLE color: 9984288.

HSL color Cylindrical-coordinate representation of color #205998: hue angle of 211.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205998 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 89 152 -
CMYK 0.79 0.41 0 0.40
HSL 211.5º 0.65% 0.36% -
HSV(B) 211.5º 0.79% 0.6% -
XYZ 9.84 9.72 31.06 -
YUV 79.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 32 89 152 0.79 0.41 0 0.40 211.5 0.65 0.36
Hex 20 59 98 4F 29 0 28 D4 41 24
Octal 40 131 230 117 51 0 50 324 101 44
Binary 100000 1011001 10011000 1001111 101001 0 101000 11010100 1000001 100100

Color Harmonies of #205998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205998

Black with #205998

Text Example


Text Example

White with #205998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205998; }

 p { color: rgb(32,89,152); }

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

background-color css

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

 a { background-color: rgb(32,89,152); }

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

border-color css

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

 span { border-color: rgb(32,89,152); }

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