#255D8B

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

Shades of Endeavour #255D8B

Tints of Endeavour #255D8B

Color information

#255D8B (or 0x255D8B) is unknown color: approx Endeavour. HEX triplet: 25, 5D and 8B. RGB value is (37,93,139). Sum of RGB (Red+Green+Blue) = 37+93+139=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #255D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D8B is #DAA274. Grayscale: #515151. Windows color (decimal): -14328437 or 9133349. OLE color: 9133349.

HSL color Cylindrical-coordinate representation of color #255D8B: hue angle of 207.06º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255D8B is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3793139-
CMYK0.730.3300.45
HSL207.06º57.95%34.51%-
HSV(B)207.06º73.38%54.51%-
XYZ9.3410.0925.88-
YUV81.5160.4596.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=13.75%
G=34.57%
B=51.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37931390.730.3300.45207.0657.9534.51
Hex255D8B492102Dcf3a23
Octal45135213111410553177243
Binary1001011011101100010111001001100001010110111001111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,93,139); }

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

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

 a { background-color: rgb(37,93,139); }

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

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

 span { border-color: rgb(37,93,139); }

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