Html Css Color HEX #276494 Endeavour

📋 copy color: '#276494'

red 39 ◦ green 100 ◦ blue 148

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

Shades of Endeavour #276494

Tints of Endeavour #276494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

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

R = 13.59%
G = 34.84%
B = 51.57%

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

#276494 (or 0x276494) is known color: Endeavour. HEX triplet: 27, 64 and 94. RGB value is (39,100,148). Sum of RGB (Red+Green+Blue) = 39+100+148=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #276494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276494 is #D89B6B. Grayscale: #565656. Windows color (decimal): -14195564 or 9724967. OLE color: 9724967.

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

Color convert

RGB 39 100 148 -
CMYK 0.74 0.32 0 0.42
HSL 206.42º 0.58% 0.37% -
HSV(B) 206.42º 0.74% 0.58% -
XYZ 10.74 11.68 29.71 -
YUV 87.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 39 100 148 0.74 0.32 0 0.42 206.42 0.58 0.37
Hex 27 64 94 4A 20 0 2A CE 3A 25
Octal 47 144 224 112 40 0 52 316 72 45
Binary 100111 1100100 10010100 1001010 100000 0 101010 11001110 111010 100101

Color Harmonies of #276494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276494

Black with #276494

Text Example


Text Example

White with #276494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276494; }

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

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

background-color css

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

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

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

border-color css

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

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

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