Html Css Color HEX #276195 Endeavour

📋 copy color: '#276195'

red 39 ◦ green 97 ◦ blue 149

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

Shades of Endeavour #276195

Tints of Endeavour #276195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

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

R = 13.68%
G = 34.04%
B = 52.28%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#276195 (or 0x276195) is known color: Endeavour. HEX triplet: 27, 61 and 95. RGB value is (39,97,149). Sum of RGB (Red+Green+Blue) = 39+97+149=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #276195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276195 is #D89E6A. Grayscale: #555555. Windows color (decimal): -14196331 or 9789735. OLE color: 9789735.

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

Color convert

RGB 39 97 149 -
CMYK 0.74 0.35 0 0.42
HSL 208.36º 0.59% 0.37% -
HSV(B) 208.36º 0.74% 0.58% -
XYZ 10.54 11.15 30.03 -
YUV 85.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 39 97 149 0.74 0.35 0 0.42 208.36 0.59 0.37
Hex 27 61 95 4A 23 0 2A D0 3B 25
Octal 47 141 225 112 43 0 52 320 73 45
Binary 100111 1100001 10010101 1001010 100011 0 101010 11010000 111011 100101

Color Harmonies of #276195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276195

Black with #276195

Text Example


Text Example

White with #276195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276195; }

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

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

background-color css

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

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

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

border-color css

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

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

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