#255B9F

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

Shades of Endeavour #255B9F

Tints of Endeavour #255B9F

Color information

#255B9F (or 0x255B9F) is unknown color: approx Endeavour. HEX triplet: 25, 5B and 9F. RGB value is (37,91,159). Sum of RGB (Red+Green+Blue) = 37+91+159=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #255B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B9F is #DAA460. Grayscale: #525252. Windows color (decimal): -14328929 or 10443557. OLE color: 10443557.

HSL color Cylindrical-coordinate representation of color #255B9F: hue angle of 213.44º 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 #255B9F is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3791159-
CMYK0.770.4300.38
HSL213.44º62.24%38.43%-
HSV(B)213.44º76.73%62.35%-
XYZ10.7610.3834.24-
YUV82.61171.1195.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=12.89%
G=31.71%
B=55.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37911590.770.4300.38213.4462.2438.43
Hex255B9F4D2B026d53e26
Octal45133237115530463257646
Binary1001011011011100111111001101101011010011011010101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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