Html Css Color HEX #276091 Endeavour

📋 copy color: '#276091'

red 39 ◦ green 96 ◦ blue 145

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

Shades of Endeavour #276091

Tints of Endeavour #276091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.79%

R = 13.93%
G = 34.29%
B = 51.79%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#276091 (or 0x276091) is known color: Endeavour. HEX triplet: 27, 60 and 91. RGB value is (39,96,145). Sum of RGB (Red+Green+Blue) = 39+96+145=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #276091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276091 is #D89F6E. Grayscale: #545454. Windows color (decimal): -14196591 or 9527335. OLE color: 9527335.

HSL color Cylindrical-coordinate representation of color #276091: hue angle of 207.74º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276091 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 96 145 -
CMYK 0.73 0.34 0 0.43
HSL 207.74º 0.58% 0.36% -
HSV(B) 207.74º 0.73% 0.57% -
XYZ 10.13 10.84 28.35 -
YUV 84.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 39 96 145 0.73 0.34 0 0.43 207.74 0.58 0.36
Hex 27 60 91 49 22 0 2B D0 3A 24
Octal 47 140 221 111 42 0 53 320 72 44
Binary 100111 1100000 10010001 1001001 100010 0 101011 11010000 111010 100100

Color Harmonies of #276091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276091

Black with #276091

Text Example


Text Example

White with #276091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276091; }

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

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

background-color css

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

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

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

border-color css

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

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

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