Html Css Color HEX #206692 Endeavour

📋 copy color: '#206692'

red 32 ◦ green 102 ◦ blue 146

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

Shades of Endeavour #206692

Tints of Endeavour #206692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 11.43%
G = 36.43%
B = 52.14%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#206692 (or 0x206692) is known color: Endeavour. HEX triplet: 20, 66 and 92. RGB value is (32,102,146). Sum of RGB (Red+Green+Blue) = 32+102+146=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #206692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206692 is #DF996D. Grayscale: #555555. Windows color (decimal): -14653806 or 9594400. OLE color: 9594400.

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

Color convert

RGB 32 102 146 -
CMYK 0.78 0.30 0 0.43
HSL 203.16º 0.64% 0.35% -
HSV(B) 203.16º 0.78% 0.57% -
XYZ 10.54 11.89 28.93 -
YUV 86.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 32 102 146 0.78 0.30 0 0.43 203.16 0.64 0.35
Hex 20 66 92 4E 1E 0 2B CB 40 23
Octal 40 146 222 116 36 0 53 313 100 43
Binary 100000 1100110 10010010 1001110 11110 0 101011 11001011 1000000 100011

Color Harmonies of #206692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206692

Black with #206692

Text Example


Text Example

White with #206692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206692; }

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

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

background-color css

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

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

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

border-color css

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

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

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