#255393

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

Shades of Endeavour #255393

Tints of Endeavour #255393

Color information

#255393 (or 0x255393) is unknown color: approx Endeavour. HEX triplet: 25, 53 and 93. RGB value is (37,83,147). Sum of RGB (Red+Green+Blue) = 37+83+147=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #255393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255393 is #DAAC6C. Grayscale: #4C4C4C. Windows color (decimal): -14330989 or 9655077. OLE color: 9655077.

HSL color Cylindrical-coordinate representation of color #255393: hue angle of 214.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255393 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3783147-
CMYK0.750.4400.42
HSL214.91º59.78%36.08%-
HSV(B)214.91º74.83%57.65%-
XYZ9.128.6928.8-
YUV76.54167.7699.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=13.86%
G=31.09%
B=55.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37831470.750.4400.42214.9159.7836.08
Hex2553934B2C02Ad73c24
Octal45123223113540523277444
Binary1001011010011100100111001011101100010101011010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255393; }

 p { color: rgb(37,83,147); }

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

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

 a { background-color: rgb(37,83,147); }

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

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

 span { border-color: rgb(37,83,147); }

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