Html Css Color HEX #276089 Endeavour

📋 copy color: '#276089'

red 39 ◦ green 96 ◦ blue 137

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

Shades of Endeavour #276089

Tints of Endeavour #276089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.37%

R = 14.34%
G = 35.29%
B = 50.37%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#276089 (or 0x276089) is known color: Endeavour. HEX triplet: 27, 60 and 89. RGB value is (39,96,137). Sum of RGB (Red+Green+Blue) = 39+96+137=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #276089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276089 is #D89F76. Grayscale: #535353. Windows color (decimal): -14196599 or 9003047. OLE color: 9003047.

HSL color Cylindrical-coordinate representation of color #276089: hue angle of 205.1º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #276089 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 96 137 -
CMYK 0.72 0.30 0 0.46
HSL 205.1º 0.56% 0.35% -
HSV(B) 205.1º 0.72% 0.54% -
XYZ 9.53 10.6 25.21 -
YUV 83.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 39 96 137 0.72 0.30 0 0.46 205.1 0.56 0.35
Hex 27 60 89 48 1E 0 2E CD 38 23
Octal 47 140 211 110 36 0 56 315 70 43
Binary 100111 1100000 10001001 1001000 11110 0 101110 11001101 111000 100011

Color Harmonies of #276089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276089

Black with #276089

Text Example


Text Example

White with #276089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276089; }

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

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

background-color css

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

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

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

border-color css

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

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

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