#255E8E

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

Shades of Endeavour #255E8E

Tints of Endeavour #255E8E

Color information

#255E8E (or 0x255E8E) is unknown color: approx Endeavour. HEX triplet: 25, 5E and 8E. RGB value is (37,94,142). Sum of RGB (Red+Green+Blue) = 37+94+142=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #255E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E8E is #DAA171. Grayscale: #525252. Windows color (decimal): -14328178 or 9330213. OLE color: 9330213.

HSL color Cylindrical-coordinate representation of color #255E8E: hue angle of 207.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #255E8E is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3794142-
CMYK0.740.3400.44
HSL207.43º58.66%35.1%-
HSV(B)207.43º73.94%55.69%-
XYZ9.6510.3527.08-
YUV82.43161.6295.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=13.55%
G=34.43%
B=52.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37941420.740.3400.44207.4358.6635.1
Hex255E8E4A2202Ccf3b23
Octal45136216112420543177343
Binary1001011011110100011101001010100010010110011001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255E8E; }

 p { color: rgb(37,94,142); }

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

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

 a { background-color: rgb(37,94,142); }

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

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

 span { border-color: rgb(37,94,142); }

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