Html Css Color HEX #276397 Endeavour

📋 copy color: '#276397'

red 39 ◦ green 99 ◦ blue 151

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

Shades of Endeavour #276397

Tints of Endeavour #276397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.26%

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 13.49%
G = 34.26%
B = 52.25%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#276397 (or 0x276397) is known color: Endeavour. HEX triplet: 27, 63 and 97. RGB value is (39,99,151). Sum of RGB (Red+Green+Blue) = 39+99+151=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #276397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276397 is #D89C68. Grayscale: #565656. Windows color (decimal): -14195817 or 9921319. OLE color: 9921319.

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

Color convert

RGB 39 99 151 -
CMYK 0.74 0.34 0 0.41
HSL 207.86º 0.59% 0.37% -
HSV(B) 207.86º 0.74% 0.59% -
XYZ 10.88 11.59 30.94 -
YUV 86.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 39 99 151 0.74 0.34 0 0.41 207.86 0.59 0.37
Hex 27 63 97 4A 22 0 29 D0 3B 25
Octal 47 143 227 112 42 0 51 320 73 45
Binary 100111 1100011 10010111 1001010 100010 0 101001 11010000 111011 100101

Color Harmonies of #276397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276397

Black with #276397

Text Example


Text Example

White with #276397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276397; }

 p { color: rgb(39,99,151); }

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

background-color css

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

 a { background-color: rgb(39,99,151); }

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

border-color css

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

 span { border-color: rgb(39,99,151); }

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