Html Css Color HEX #2759A0 Endeavour

📋 copy color: '#2759A0'

red 39 ◦ green 89 ◦ blue 160

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

Shades of Endeavour #2759A0

Tints of Endeavour #2759A0

RGB

 RED value IS 39 (15.63% from 255) = 13.54%

 GREEN value IS 89 (35.16% from 255) = 30.9%

 BLUE value IS 160 (62.89% from 255) = 55.56%

R = 13.54%
G = 30.9%
B = 55.56%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2759A0 (or 0x2759A0) is known color: Endeavour. HEX triplet: 27, 59 and A0. RGB value is (39,89,160). Sum of RGB (Red+Green+Blue) = 39+89+160=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #2759A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2759A0 is #D8A65F. Grayscale: #515151. Windows color (decimal): -14198368 or 10508583. OLE color: 10508583.

HSL color Cylindrical-coordinate representation of color #2759A0: hue angle of 215.21º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2759A0 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 39 89 160 -
CMYK 0.76 0.44 0 0.37
HSL 215.21º 0.61% 0.39% -
HSV(B) 215.21º 0.76% 0.63% -
XYZ 10.75 10.11 34.64 -
YUV 82.14 171.94 97.23 -
System Red Green Blue C M Y K H S L
Decimal 39 89 160 0.76 0.44 0 0.37 215.21 0.61 0.39
Hex 27 59 A0 4C 2C 0 25 D7 3D 27
Octal 47 131 240 114 54 0 45 327 75 47
Binary 100111 1011001 10100000 1001100 101100 0 100101 11010111 111101 100111

Color Harmonies of #2759A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2759A0

Black with #2759A0

Text Example


Text Example

White with #2759A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2759A0; }

 p { color: rgb(39,89,160); }

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

background-color css

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

 a { background-color: rgb(39,89,160); }

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

border-color css

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

 span { border-color: rgb(39,89,160); }

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