Html Css Color HEX #275686 Endeavour

📋 copy color: '#275686'

red 39 ◦ green 86 ◦ blue 134

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

Shades of Endeavour #275686

Tints of Endeavour #275686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

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

R = 15.06%
G = 33.2%
B = 51.74%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#275686 (or 0x275686) is known color: Endeavour. HEX triplet: 27, 56 and 86. RGB value is (39,86,134). Sum of RGB (Red+Green+Blue) = 39+86+134=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #275686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275686 is #D8A979. Grayscale: #4D4D4D. Windows color (decimal): -14199162 or 8803879. OLE color: 8803879.

HSL color Cylindrical-coordinate representation of color #275686: hue angle of 210.32º 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 #275686 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 86 134 -
CMYK 0.71 0.36 0 0.47
HSL 210.32º 0.55% 0.34% -
HSV(B) 210.32º 0.71% 0.53% -
XYZ 8.47 8.81 23.81 -
YUV 77.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 39 86 134 0.71 0.36 0 0.47 210.32 0.55 0.34
Hex 27 56 86 47 24 0 2F D2 37 22
Octal 47 126 206 107 44 0 57 322 67 42
Binary 100111 1010110 10000110 1000111 100100 0 101111 11010010 110111 100010

Color Harmonies of #275686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275686

Black with #275686

Text Example


Text Example

White with #275686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275686; }

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

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

background-color css

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

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

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

border-color css

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

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

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