#255E8A

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

Shades of Endeavour #255E8A

Tints of Endeavour #255E8A

Color information

#255E8A (or 0x255E8A) is unknown color: approx Endeavour. HEX triplet: 25, 5E and 8A. RGB value is (37,94,138). Sum of RGB (Red+Green+Blue) = 37+94+138=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #255E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255E8A is #DAA175. Grayscale: #515151. Windows color (decimal): -14328182 or 9068069. OLE color: 9068069.

HSL color Cylindrical-coordinate representation of color #255E8A: hue angle of 206.14º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255E8A is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3794138-
CMYK0.730.3200.46
HSL206.14º57.71%34.31%-
HSV(B)206.14º73.19%54.12%-
XYZ9.3510.2325.53-
YUV81.97159.6295.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 138 (54.30% from 255) = 51.30%
R=13.75%
G=34.94%
B=51.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37941380.730.3200.46206.1457.7134.31
Hex255E8A492002Ece3a22
Octal45136212111400563167242
Binary1001011011110100010101001001100000010111011001110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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