Html Css Color HEX #276393 Endeavour

📋 copy color: '#276393'

red 39 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #276393

Tints of Endeavour #276393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

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

R = 13.68%
G = 34.74%
B = 51.58%

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

#276393 (or 0x276393) is known color: Endeavour. HEX triplet: 27, 63 and 93. RGB value is (39,99,147). Sum of RGB (Red+Green+Blue) = 39+99+147=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #276393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276393 is #D89C6C. Grayscale: #565656. Windows color (decimal): -14195821 or 9659175. OLE color: 9659175.

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

Color convert

RGB 39 99 147 -
CMYK 0.73 0.33 0 0.42
HSL 206.67º 0.58% 0.36% -
HSV(B) 206.67º 0.73% 0.58% -
XYZ 10.57 11.46 29.26 -
YUV 86.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 39 99 147 0.73 0.33 0 0.42 206.67 0.58 0.36
Hex 27 63 93 49 21 0 2A CF 3A 24
Octal 47 143 223 111 41 0 52 317 72 44
Binary 100111 1100011 10010011 1001001 100001 0 101010 11001111 111010 100100

Color Harmonies of #276393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276393

Black with #276393

Text Example


Text Example

White with #276393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276393; }

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

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

background-color css

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

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

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

border-color css

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

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

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