Html Css Color HEX #206492 Endeavour

📋 copy color: '#206492'

red 32 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #206492

Tints of Endeavour #206492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 11.51%
G = 35.97%
B = 52.52%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#206492 (or 0x206492) is known color: Endeavour. HEX triplet: 20, 64 and 92. RGB value is (32,100,146). Sum of RGB (Red+Green+Blue) = 32+100+146=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #206492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206492 is #DF9B6D. Grayscale: #545454. Windows color (decimal): -14654318 or 9593888. OLE color: 9593888.

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

Color convert

RGB 32 100 146 -
CMYK 0.78 0.32 0 0.43
HSL 204.21º 0.64% 0.35% -
HSV(B) 204.21º 0.78% 0.57% -
XYZ 10.34 11.5 28.87 -
YUV 84.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 32 100 146 0.78 0.32 0 0.43 204.21 0.64 0.35
Hex 20 64 92 4E 20 0 2B CC 40 23
Octal 40 144 222 116 40 0 53 314 100 43
Binary 100000 1100100 10010010 1001110 100000 0 101011 11001100 1000000 100011

Color Harmonies of #206492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206492

Black with #206492

Text Example


Text Example

White with #206492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206492; }

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

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

background-color css

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

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

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

border-color css

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

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

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