Html Css Color HEX #276099 Endeavour

📋 copy color: '#276099'

red 39 ◦ green 96 ◦ blue 153

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

Shades of Endeavour #276099

Tints of Endeavour #276099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

 BLUE value IS 153 (60.16% from 255) = 53.13%

R = 13.54%
G = 33.33%
B = 53.13%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#276099 (or 0x276099) is known color: Endeavour. HEX triplet: 27, 60 and 99. RGB value is (39,96,153). Sum of RGB (Red+Green+Blue) = 39+96+153=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #276099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276099 is #D89F66. Grayscale: #555555. Windows color (decimal): -14196583 or 10051623. OLE color: 10051623.

HSL color Cylindrical-coordinate representation of color #276099: hue angle of 210º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #276099 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 96 153 -
CMYK 0.75 0.37 0 0.4
HSL 210º 0.59% 0.38% -
HSV(B) 210º 0.75% 0.6% -
XYZ 10.77 11.1 31.71 -
YUV 85.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 39 96 153 0.75 0.37 0 0.4 210 0.59 0.38
Hex 27 60 99 4B 25 0 28 D2 3B 26
Octal 47 140 231 113 45 0 50 322 73 46
Binary 100111 1100000 10011001 1001011 100101 0 101000 11010010 111011 100110

Color Harmonies of #276099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276099

Black with #276099

Text Example


Text Example

White with #276099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276099; }

 p { color: rgb(39,96,153); }

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

background-color css

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

 a { background-color: rgb(39,96,153); }

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

border-color css

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

 span { border-color: rgb(39,96,153); }

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