Html Css Color HEX #275986 Endeavour

📋 copy color: '#275986'

red 39 ◦ green 89 ◦ blue 134

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

Shades of Endeavour #275986

Tints of Endeavour #275986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.97%

 BLUE value IS 134 (52.73% from 255) = 51.15%

R = 14.89%
G = 33.97%
B = 51.15%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#275986 (or 0x275986) is known color: Endeavour. HEX triplet: 27, 59 and 86. RGB value is (39,89,134). Sum of RGB (Red+Green+Blue) = 39+89+134=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #275986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275986 is #D8A679. Grayscale: #4E4E4E. Windows color (decimal): -14198394 or 8804647. OLE color: 8804647.

HSL color Cylindrical-coordinate representation of color #275986: hue angle of 208.42º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #275986 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 89 134 -
CMYK 0.71 0.34 0 0.47
HSL 208.42º 0.55% 0.34% -
HSV(B) 208.42º 0.71% 0.53% -
XYZ 8.71 9.3 23.89 -
YUV 79.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 39 89 134 0.71 0.34 0 0.47 208.42 0.55 0.34
Hex 27 59 86 47 22 0 2F D0 37 22
Octal 47 131 206 107 42 0 57 320 67 42
Binary 100111 1011001 10000110 1000111 100010 0 101111 11010000 110111 100010

Color Harmonies of #275986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275986

Black with #275986

Text Example


Text Example

White with #275986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275986; }

 p { color: rgb(39,89,134); }

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

background-color css

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

 a { background-color: rgb(39,89,134); }

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

border-color css

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

 span { border-color: rgb(39,89,134); }

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