Html Css Color HEX #206299 Endeavour

📋 copy color: '#206299'

red 32 ◦ green 98 ◦ blue 153

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

Shades of Endeavour #206299

Tints of Endeavour #206299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

 BLUE value IS 153 (60.16% from 255) = 54.06%

R = 11.31%
G = 34.63%
B = 54.06%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#206299 (or 0x206299) is known color: Endeavour. HEX triplet: 20, 62 and 99. RGB value is (32,98,153). Sum of RGB (Red+Green+Blue) = 32+98+153=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #206299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206299 is #DF9D66. Grayscale: #545454. Windows color (decimal): -14654823 or 10052128. OLE color: 10052128.

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

Color convert

RGB 32 98 153 -
CMYK 0.79 0.36 0 0.4
HSL 207.27º 0.65% 0.36% -
HSV(B) 207.27º 0.79% 0.6% -
XYZ 10.71 11.34 31.76 -
YUV 84.54 166.63 90.53 -
System Red Green Blue C M Y K H S L
Decimal 32 98 153 0.79 0.36 0 0.4 207.27 0.65 0.36
Hex 20 62 99 4F 24 0 28 CF 41 24
Octal 40 142 231 117 44 0 50 317 101 44
Binary 100000 1100010 10011001 1001111 100100 0 101000 11001111 1000001 100100

Color Harmonies of #206299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206299

Black with #206299

Text Example


Text Example

White with #206299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206299; }

 p { color: rgb(32,98,153); }

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

background-color css

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

 a { background-color: rgb(32,98,153); }

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

border-color css

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

 span { border-color: rgb(32,98,153); }

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