Html Css Color HEX #255986 Endeavour

📋 copy color: '#255986'

red 37 ◦ green 89 ◦ blue 134

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

Shades of Endeavour #255986

Tints of Endeavour #255986

RGB

 RED value IS 37 (14.84% from 255) = 14.23%

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

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

R = 14.23%
G = 34.23%
B = 51.54%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#255986 (or 0x255986) is known color: Endeavour. HEX triplet: 25, 59 and 86. RGB value is (37,89,134). Sum of RGB (Red+Green+Blue) = 37+89+134=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #255986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255986 is #DAA679. Grayscale: #4E4E4E. Windows color (decimal): -14329466 or 8804645. OLE color: 8804645.

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

Color convert

RGB 37 89 134 -
CMYK 0.72 0.34 0 0.47
HSL 207.84º 0.57% 0.34% -
HSV(B) 207.84º 0.72% 0.53% -
XYZ 8.64 9.26 23.89 -
YUV 78.58 159.27 98.34 -
System Red Green Blue C M Y K H S L
Decimal 37 89 134 0.72 0.34 0 0.47 207.84 0.57 0.34
Hex 25 59 86 48 22 0 2F D0 39 22
Octal 45 131 206 110 42 0 57 320 71 42
Binary 100101 1011001 10000110 1001000 100010 0 101111 11010000 111001 100010

Color Harmonies of #255986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255986

Black with #255986

Text Example


Text Example

White with #255986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255986; }

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

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

background-color css

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

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

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

border-color css

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

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

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