Html Css Color HEX #276293 Endeavour

📋 copy color: '#276293'

red 39 ◦ green 98 ◦ blue 147

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

Shades of Endeavour #276293

Tints of Endeavour #276293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.51%

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 13.73%
G = 34.51%
B = 51.76%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#276293 (or 0x276293) is known color: Endeavour. HEX triplet: 27, 62 and 93. RGB value is (39,98,147). Sum of RGB (Red+Green+Blue) = 39+98+147=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #276293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276293 is #D89D6C. Grayscale: #555555. Windows color (decimal): -14196077 or 9658919. OLE color: 9658919.

HSL color Cylindrical-coordinate representation of color #276293: hue angle of 207.22º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276293 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 98 147 -
CMYK 0.73 0.33 0 0.42
HSL 207.22º 0.58% 0.36% -
HSV(B) 207.22º 0.73% 0.58% -
XYZ 10.47 11.27 29.23 -
YUV 85.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 39 98 147 0.73 0.33 0 0.42 207.22 0.58 0.36
Hex 27 62 93 49 21 0 2A CF 3A 24
Octal 47 142 223 111 41 0 52 317 72 44
Binary 100111 1100010 10010011 1001001 100001 0 101010 11001111 111010 100100

Color Harmonies of #276293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276293

Black with #276293

Text Example


Text Example

White with #276293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276293; }

 p { color: rgb(39,98,147); }

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

background-color css

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

 a { background-color: rgb(39,98,147); }

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

border-color css

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

 span { border-color: rgb(39,98,147); }

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