#255990

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

Shades of Endeavour #255990

Tints of Endeavour #255990

Color information

#255990 (or 0x255990) is unknown color: approx Endeavour. HEX triplet: 25, 59 and 90. RGB value is (37,89,144). Sum of RGB (Red+Green+Blue) = 37+89+144=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #255990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255990 is #DAA66F. Grayscale: #4F4F4F. Windows color (decimal): -14329456 or 9460005. OLE color: 9460005.

HSL color Cylindrical-coordinate representation of color #255990: hue angle of 210.84º 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 #255990 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3789144-
CMYK0.740.3800.44
HSL210.84º59.12%35.49%-
HSV(B)210.84º74.31%56.47%-
XYZ9.379.5527.74-
YUV79.72164.2797.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=13.70%
G=32.96%
B=53.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37891440.740.3800.44210.8459.1235.49
Hex2559904A2602Cd33b23
Octal45131220112460543237343
Binary1001011011001100100001001010100110010110011010011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255990; }

 p { color: rgb(37,89,144); }

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

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

 a { background-color: rgb(37,89,144); }

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

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

 span { border-color: rgb(37,89,144); }

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