#255A8B

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

Shades of Endeavour #255A8B

Tints of Endeavour #255A8B

Color information

#255A8B (or 0x255A8B) is unknown color: approx Endeavour. HEX triplet: 25, 5A and 8B. RGB value is (37,90,139). Sum of RGB (Red+Green+Blue) = 37+90+139=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #255A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A8B is #DAA574. Grayscale: #4F4F4F. Windows color (decimal): -14329205 or 9132581. OLE color: 9132581.

HSL color Cylindrical-coordinate representation of color #255A8B: hue angle of 208.82º 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 #255A8B is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3790139-
CMYK0.730.3500.45
HSL208.82º57.95%34.51%-
HSV(B)208.82º73.38%54.51%-
XYZ9.089.5725.79-
YUV79.74161.4497.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=13.91%
G=33.83%
B=52.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37901390.730.3500.45208.8257.9534.51
Hex255A8B492302Dd13a23
Octal45132213111430553217243
Binary1001011011010100010111001001100011010110111010001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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