Html Css Color HEX #206594 Endeavour

📋 copy color: '#206594'

red 32 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #206594

Tints of Endeavour #206594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 11.39%
G = 35.94%
B = 52.67%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#206594 (or 0x206594) is known color: Endeavour. HEX triplet: 20, 65 and 94. RGB value is (32,101,148). Sum of RGB (Red+Green+Blue) = 32+101+148=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #206594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206594 is #DF9A6B. Grayscale: #555555. Windows color (decimal): -14654060 or 9725216. OLE color: 9725216.

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

Color convert

RGB 32 101 148 -
CMYK 0.78 0.32 0 0.42
HSL 204.31º 0.64% 0.35% -
HSV(B) 204.31º 0.78% 0.58% -
XYZ 10.59 11.75 29.73 -
YUV 85.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 32 101 148 0.78 0.32 0 0.42 204.31 0.64 0.35
Hex 20 65 94 4E 20 0 2A CC 40 23
Octal 40 145 224 116 40 0 52 314 100 43
Binary 100000 1100101 10010100 1001110 100000 0 101010 11001100 1000000 100011

Color Harmonies of #206594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206594

Black with #206594

Text Example


Text Example

White with #206594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206594; }

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

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

background-color css

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

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

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

border-color css

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

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

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