Html Css Color HEX #206294 Endeavour

📋 copy color: '#206294'

red 32 ◦ green 98 ◦ blue 148

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

Shades of Endeavour #206294

Tints of Endeavour #206294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 11.51%
G = 35.25%
B = 53.24%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206294 (or 0x206294) is known color: Endeavour. HEX triplet: 20, 62 and 94. RGB value is (32,98,148). Sum of RGB (Red+Green+Blue) = 32+98+148=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #206294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206294 is #DF9D6B. Grayscale: #535353. Windows color (decimal): -14654828 or 9724448. OLE color: 9724448.

HSL color Cylindrical-coordinate representation of color #206294: hue angle of 205.86º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #206294 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 98 148 -
CMYK 0.78 0.34 0 0.42
HSL 205.86º 0.64% 0.35% -
HSV(B) 205.86º 0.78% 0.58% -
XYZ 10.31 11.18 29.63 -
YUV 83.97 164.13 90.93 -
System Red Green Blue C M Y K H S L
Decimal 32 98 148 0.78 0.34 0 0.42 205.86 0.64 0.35
Hex 20 62 94 4E 22 0 2A CE 40 23
Octal 40 142 224 116 42 0 52 316 100 43
Binary 100000 1100010 10010100 1001110 100010 0 101010 11001110 1000000 100011

Color Harmonies of #206294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206294

Black with #206294

Text Example


Text Example

White with #206294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206294; }

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

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

background-color css

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

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

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

border-color css

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

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

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