Html Css Color HEX #255685 Endeavour

📋 copy color: '#255685'

red 37 ◦ green 86 ◦ blue 133

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

Shades of Endeavour #255685

Tints of Endeavour #255685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.95%

R = 14.45%
G = 33.59%
B = 51.95%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#255685 (or 0x255685) is known color: Endeavour. HEX triplet: 25, 56 and 85. RGB value is (37,86,133). Sum of RGB (Red+Green+Blue) = 37+86+133=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #255685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255685 is #DAA97A. Grayscale: #4C4C4C. Windows color (decimal): -14330235 or 8738341. OLE color: 8738341.

HSL color Cylindrical-coordinate representation of color #255685: hue angle of 209.38º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #255685 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 86 133 -
CMYK 0.72 0.35 0 0.48
HSL 209.38º 0.56% 0.33% -
HSV(B) 209.38º 0.72% 0.52% -
XYZ 8.32 8.74 23.44 -
YUV 76.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 37 86 133 0.72 0.35 0 0.48 209.38 0.56 0.33
Hex 25 56 85 48 23 0 30 D1 38 21
Octal 45 126 205 110 43 0 60 321 70 41
Binary 100101 1010110 10000101 1001000 100011 0 110000 11010001 111000 100001

Color Harmonies of #255685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255685

Black with #255685

Text Example


Text Example

White with #255685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255685; }

 p { color: rgb(37,86,133); }

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

background-color css

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

 a { background-color: rgb(37,86,133); }

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

border-color css

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

 span { border-color: rgb(37,86,133); }

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