Html Css Color HEX #206394 Endeavour

📋 copy color: '#206394'

red 32 ◦ green 99 ◦ blue 148

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

Shades of Endeavour #206394

Tints of Endeavour #206394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.48%

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

R = 11.47%
G = 35.48%
B = 53.05%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206394 (or 0x206394) is known color: Endeavour. HEX triplet: 20, 63 and 94. RGB value is (32,99,148). Sum of RGB (Red+Green+Blue) = 32+99+148=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #206394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206394 is #DF9C6B. Grayscale: #545454. Windows color (decimal): -14654572 or 9724704. OLE color: 9724704.

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

Color convert

RGB 32 99 148 -
CMYK 0.78 0.33 0 0.42
HSL 205.34º 0.64% 0.35% -
HSV(B) 205.34º 0.78% 0.58% -
XYZ 10.4 11.37 29.66 -
YUV 84.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 32 99 148 0.78 0.33 0 0.42 205.34 0.64 0.35
Hex 20 63 94 4E 21 0 2A CD 40 23
Octal 40 143 224 116 41 0 52 315 100 43
Binary 100000 1100011 10010100 1001110 100001 0 101010 11001101 1000000 100011

Color Harmonies of #206394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206394

Black with #206394

Text Example


Text Example

White with #206394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206394; }

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

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

background-color css

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

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

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

border-color css

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

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

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