#255C8F

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

Shades of Endeavour #255C8F

Tints of Endeavour #255C8F

Color information

#255C8F (or 0x255C8F) is unknown color: approx Endeavour. HEX triplet: 25, 5C and 8F. RGB value is (37,92,143). Sum of RGB (Red+Green+Blue) = 37+92+143=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #255C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255C8F is #DAA370. Grayscale: #515151. Windows color (decimal): -14328689 or 9395237. OLE color: 9395237.

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

Color convert

RGB3792143-
CMYK0.740.3600.44
HSL208.87º58.89%35.29%-
HSV(B)208.87º74.13%56.08%-
XYZ9.5510.0327.42-
YUV81.37162.7896.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 143 (56.25% from 255) = 52.57%
R=13.60%
G=33.82%
B=52.57%

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
Decimal37921430.740.3600.44208.8758.8935.29
Hex255C8F4A2402Cd13b23
Octal45134217112440543217343
Binary1001011011100100011111001010100100010110011010001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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