Html Css Color HEX #276194 Endeavour

📋 copy color: '#276194'

red 39 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #276194

Tints of Endeavour #276194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 13.73%
G = 34.15%
B = 52.11%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#276194 (or 0x276194) is known color: Endeavour. HEX triplet: 27, 61 and 94. RGB value is (39,97,148). Sum of RGB (Red+Green+Blue) = 39+97+148=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #276194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276194 is #D89E6B. Grayscale: #555555. Windows color (decimal): -14196332 or 9724199. OLE color: 9724199.

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

Color convert

RGB 39 97 148 -
CMYK 0.74 0.34 0 0.42
HSL 208.07º 0.58% 0.37% -
HSV(B) 208.07º 0.74% 0.58% -
XYZ 10.46 11.12 29.61 -
YUV 85.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 39 97 148 0.74 0.34 0 0.42 208.07 0.58 0.37
Hex 27 61 94 4A 22 0 2A D0 3A 25
Octal 47 141 224 112 42 0 52 320 72 45
Binary 100111 1100001 10010100 1001010 100010 0 101010 11010000 111010 100101

Color Harmonies of #276194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276194

Black with #276194

Text Example


Text Example

White with #276194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276194; }

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

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

background-color css

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

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

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

border-color css

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

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

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