Html Css Color HEX #205298 Endeavour

📋 copy color: '#205298'

red 32 ◦ green 82 ◦ blue 152

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

Shades of Endeavour #205298

Tints of Endeavour #205298

RGB

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

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

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

R = 12.03%
G = 30.83%
B = 57.14%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#205298 (or 0x205298) is known color: Endeavour. HEX triplet: 20, 52 and 98. RGB value is (32,82,152). Sum of RGB (Red+Green+Blue) = 32+82+152=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #205298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205298 is #DFAD67. Grayscale: #4A4A4A. Windows color (decimal): -14658920 or 9982496. OLE color: 9982496.

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

Color convert

RGB 32 82 152 -
CMYK 0.79 0.46 0 0.40
HSL 215º 0.65% 0.36% -
HSV(B) 215º 0.79% 0.6% -
XYZ 9.28 8.61 30.88 -
YUV 75.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 32 82 152 0.79 0.46 0 0.40 215 0.65 0.36
Hex 20 52 98 4F 2E 0 28 D7 41 24
Octal 40 122 230 117 56 0 50 327 101 44
Binary 100000 1010010 10011000 1001111 101110 0 101000 11010111 1000001 100100

Color Harmonies of #205298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205298

Black with #205298

Text Example


Text Example

White with #205298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205298; }

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

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

background-color css

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

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

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

border-color css

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

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

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