Html Css Color HEX #276495 Endeavour

📋 copy color: '#276495'

red 39 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #276495

Tints of Endeavour #276495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.74%

R = 13.54%
G = 34.72%
B = 51.74%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#276495 (or 0x276495) is known color: Endeavour. HEX triplet: 27, 64 and 95. RGB value is (39,100,149). Sum of RGB (Red+Green+Blue) = 39+100+149=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #276495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276495 is #D89B6A. Grayscale: #575757. Windows color (decimal): -14195563 or 9790503. OLE color: 9790503.

HSL color Cylindrical-coordinate representation of color #276495: hue angle of 206.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #276495 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 100 149 -
CMYK 0.74 0.33 0 0.42
HSL 206.73º 0.59% 0.37% -
HSV(B) 206.73º 0.74% 0.58% -
XYZ 10.82 11.72 30.12 -
YUV 87.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 39 100 149 0.74 0.33 0 0.42 206.73 0.59 0.37
Hex 27 64 95 4A 21 0 2A CF 3B 25
Octal 47 144 225 112 41 0 52 317 73 45
Binary 100111 1100100 10010101 1001010 100001 0 101010 11001111 111011 100101

Color Harmonies of #276495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276495

Black with #276495

Text Example


Text Example

White with #276495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276495; }

 p { color: rgb(39,100,149); }

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

background-color css

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

 a { background-color: rgb(39,100,149); }

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

border-color css

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

 span { border-color: rgb(39,100,149); }

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