Html Css Color HEX #276595 Endeavour

📋 copy color: '#276595'

red 39 ◦ green 101 ◦ blue 149

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

Shades of Endeavour #276595

Tints of Endeavour #276595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

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

R = 13.49%
G = 34.95%
B = 51.56%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#276595 (or 0x276595) is known color: Endeavour. HEX triplet: 27, 65 and 95. RGB value is (39,101,149). Sum of RGB (Red+Green+Blue) = 39+101+149=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #276595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276595 is #D89A6A. Grayscale: #575757. Windows color (decimal): -14195307 or 9790759. OLE color: 9790759.

HSL color Cylindrical-coordinate representation of color #276595: hue angle of 206.18º 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 #276595 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 101 149 -
CMYK 0.74 0.32 0 0.42
HSL 206.18º 0.59% 0.37% -
HSV(B) 206.18º 0.74% 0.58% -
XYZ 10.92 11.91 30.16 -
YUV 87.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 39 101 149 0.74 0.32 0 0.42 206.18 0.59 0.37
Hex 27 65 95 4A 20 0 2A CE 3B 25
Octal 47 145 225 112 40 0 52 316 73 45
Binary 100111 1100101 10010101 1001010 100000 0 101010 11001110 111011 100101

Color Harmonies of #276595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276595

Black with #276595

Text Example


Text Example

White with #276595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276595; }

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

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

background-color css

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

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

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

border-color css

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

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

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