#255B9E

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

Shades of Endeavour #255B9E

Tints of Endeavour #255B9E

Color information

#255B9E (or 0x255B9E) is unknown color: approx Endeavour. HEX triplet: 25, 5B and 9E. RGB value is (37,91,158). Sum of RGB (Red+Green+Blue) = 37+91+158=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #255B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B9E is #DAA461. Grayscale: #525252. Windows color (decimal): -14328930 or 10378021. OLE color: 10378021.

HSL color Cylindrical-coordinate representation of color #255B9E: hue angle of 213.22º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #255B9E is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3791158-
CMYK0.770.4200.38
HSL213.22º62.05%38.24%-
HSV(B)213.22º76.58%61.96%-
XYZ10.6810.3433.78-
YUV82.49170.6195.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=12.94%
G=31.82%
B=55.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37911580.770.4200.38213.2262.0538.24
Hex255B9E4D2A026d53e26
Octal45133236115520463257646
Binary1001011011011100111101001101101010010011011010101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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