#255C90

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

Shades of Endeavour #255C90

Tints of Endeavour #255C90

Color information

#255C90 (or 0x255C90) is unknown color: approx Endeavour. HEX triplet: 25, 5C and 90. RGB value is (37,92,144). Sum of RGB (Red+Green+Blue) = 37+92+144=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #255C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C90 is #DAA36F. Grayscale: #515151. Windows color (decimal): -14328688 or 9460773. OLE color: 9460773.

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

Color convert

RGB3792144-
CMYK0.740.3600.44
HSL209.16º59.12%35.49%-
HSV(B)209.16º74.31%56.47%-
XYZ9.6210.0627.82-
YUV81.48163.2896.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 144 (56.64% from 255) = 52.75%
R=13.55%
G=33.70%
B=52.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37921440.740.3600.44209.1659.1235.49
Hex255C904A2402Cd13b23
Octal45134220112440543217343
Binary1001011011100100100001001010100100010110011010001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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