Html Css Color HEX #205898 Endeavour

📋 copy color: '#205898'

red 32 ◦ green 88 ◦ blue 152

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

Shades of Endeavour #205898

Tints of Endeavour #205898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

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

R = 11.76%
G = 32.35%
B = 55.88%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#205898 (or 0x205898) is known color: Endeavour. HEX triplet: 20, 58 and 98. RGB value is (32,88,152). Sum of RGB (Red+Green+Blue) = 32+88+152=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #205898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205898 is #DFA767. Grayscale: #4E4E4E. Windows color (decimal): -14657384 or 9984032. OLE color: 9984032.

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

Color convert

RGB 32 88 152 -
CMYK 0.79 0.42 0 0.40
HSL 212º 0.65% 0.36% -
HSV(B) 212º 0.79% 0.6% -
XYZ 9.75 9.55 31.04 -
YUV 78.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 32 88 152 0.79 0.42 0 0.40 212 0.65 0.36
Hex 20 58 98 4F 2A 0 28 D4 41 24
Octal 40 130 230 117 52 0 50 324 101 44
Binary 100000 1011000 10011000 1001111 101010 0 101000 11010100 1000001 100100

Color Harmonies of #205898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205898

Black with #205898

Text Example


Text Example

White with #205898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205898; }

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

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

background-color css

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

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

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

border-color css

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

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

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