Html Css Color HEX #206198 Endeavour

📋 copy color: '#206198'

red 32 ◦ green 97 ◦ blue 152

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

Shades of Endeavour #206198

Tints of Endeavour #206198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

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

R = 11.39%
G = 34.52%
B = 54.09%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#206198 (or 0x206198) is known color: Endeavour. HEX triplet: 20, 61 and 98. RGB value is (32,97,152). Sum of RGB (Red+Green+Blue) = 32+97+152=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #206198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206198 is #DF9E67. Grayscale: #535353. Windows color (decimal): -14655080 or 9986336. OLE color: 9986336.

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

Color convert

RGB 32 97 152 -
CMYK 0.79 0.36 0 0.40
HSL 207.5º 0.65% 0.36% -
HSV(B) 207.5º 0.79% 0.6% -
XYZ 10.54 11.12 31.3 -
YUV 83.84 166.47 91.03 -
System Red Green Blue C M Y K H S L
Decimal 32 97 152 0.79 0.36 0 0.40 207.5 0.65 0.36
Hex 20 61 98 4F 24 0 28 D0 41 24
Octal 40 141 230 117 44 0 50 320 101 44
Binary 100000 1100001 10011000 1001111 100100 0 101000 11010000 1000001 100100

Color Harmonies of #206198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206198

Black with #206198

Text Example


Text Example

White with #206198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206198; }

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

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

background-color css

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

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

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

border-color css

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

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

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