#255785

Color #255785 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #255785

Tints of Endeavour #255785

Color information

#255785 (or 0x255785) is unknown color: approx Endeavour. HEX triplet: 25, 57 and 85. RGB value is (37,87,133). Sum of RGB (Red+Green+Blue) = 37+87+133=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #255785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255785 is #DAA87A. Grayscale: #4D4D4D. Windows color (decimal): -14329979 or 8738597. OLE color: 8738597.

HSL color Cylindrical-coordinate representation of color #255785: hue angle of 208.75º 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 #255785 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3787133-
CMYK0.720.3500.48
HSL208.75º56.47%33.33%-
HSV(B)208.75º72.18%52.16%-
XYZ8.48.923.47-
YUV77.29159.4499.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 133 (52.34% from 255) = 51.75%
R=14.40%
G=33.85%
B=51.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37871330.720.3500.48208.7556.4733.33
Hex2557854823030d13821
Octal45127205110430603217041
Binary1001011010111100001011001000100011011000011010001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255785; }

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

 H1.HeaderClassName
 {
   color: #255785;
 }
 .AnyTagClassName
 {
   color: #255785;
 }
</style>
background-color css

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

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

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

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

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

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