#255B8F

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

Shades of Endeavour #255B8F

Tints of Endeavour #255B8F

Color information

#255B8F (or 0x255B8F) is unknown color: approx Endeavour. HEX triplet: 25, 5B and 8F. RGB value is (37,91,143). Sum of RGB (Red+Green+Blue) = 37+91+143=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #255B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B8F is #DAA470. Grayscale: #505050. Windows color (decimal): -14328945 or 9394981. OLE color: 9394981.

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

Color convert

RGB3791143-
CMYK0.740.3600.44
HSL209.43º58.89%35.29%-
HSV(B)209.43º74.13%56.08%-
XYZ9.469.8627.39-
YUV80.78163.1196.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=13.65%
G=33.58%
B=52.77%

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
Decimal37911430.740.3600.44209.4358.8935.29
Hex255B8F4A2402Cd13b23
Octal45133217112440543217343
Binary1001011011011100011111001010100100010110011010001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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