#255B90

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

Shades of Endeavour #255B90

Tints of Endeavour #255B90

Color information

#255B90 (or 0x255B90) is unknown color: approx Endeavour. HEX triplet: 25, 5B and 90. RGB value is (37,91,144). Sum of RGB (Red+Green+Blue) = 37+91+144=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #255B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B90 is #DAA46F. Grayscale: #505050. Windows color (decimal): -14328944 or 9460517. OLE color: 9460517.

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

Color convert

RGB3791144-
CMYK0.740.3700.44
HSL209.72º59.12%35.49%-
HSV(B)209.72º74.31%56.47%-
XYZ9.549.8927.79-
YUV80.9163.6196.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 144 (56.64% from 255) = 52.94%
R=13.60%
G=33.46%
B=52.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37911440.740.3700.44209.7259.1235.49
Hex255B904A2502Cd23b23
Octal45133220112450543227343
Binary1001011011011100100001001010100101010110011010010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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