Html Css Color HEX #206690 Endeavour

📋 copy color: '#206690'

red 32 ◦ green 102 ◦ blue 144

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

Shades of Endeavour #206690

Tints of Endeavour #206690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 11.51%
G = 36.69%
B = 51.8%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#206690 (or 0x206690) is known color: Endeavour. HEX triplet: 20, 66 and 90. RGB value is (32,102,144). Sum of RGB (Red+Green+Blue) = 32+102+144=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #206690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206690 is #DF996F. Grayscale: #555555. Windows color (decimal): -14653808 or 9463328. OLE color: 9463328.

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

Color convert

RGB 32 102 144 -
CMYK 0.78 0.29 0 0.44
HSL 202.5º 0.64% 0.35% -
HSV(B) 202.5º 0.78% 0.56% -
XYZ 10.38 11.82 28.12 -
YUV 85.86 160.81 89.58 -
System Red Green Blue C M Y K H S L
Decimal 32 102 144 0.78 0.29 0 0.44 202.5 0.64 0.35
Hex 20 66 90 4E 1D 0 2C CA 40 23
Octal 40 146 220 116 35 0 54 312 100 43
Binary 100000 1100110 10010000 1001110 11101 0 101100 11001010 1000000 100011

Color Harmonies of #206690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206690

Black with #206690

Text Example


Text Example

White with #206690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206690; }

 p { color: rgb(32,102,144); }

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

background-color css

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

 a { background-color: rgb(32,102,144); }

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

border-color css

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

 span { border-color: rgb(32,102,144); }

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