#255392

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

Shades of Endeavour #255392

Tints of Endeavour #255392

Color information

#255392 (or 0x255392) is unknown color: approx Endeavour. HEX triplet: 25, 53 and 92. RGB value is (37,83,146). Sum of RGB (Red+Green+Blue) = 37+83+146=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #255392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255392 is #DAAC6D. Grayscale: #4C4C4C. Windows color (decimal): -14330990 or 9589541. OLE color: 9589541.

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

Color convert

RGB3783146-
CMYK0.750.4300.43
HSL214.68º59.56%35.88%-
HSV(B)214.68º74.66%57.25%-
XYZ9.048.6628.39-
YUV76.43167.2699.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=13.91%
G=31.20%
B=54.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37831460.750.4300.43214.6859.5635.88
Hex2553924B2B02Bd73c24
Octal45123222113530533277444
Binary1001011010011100100101001011101011010101111010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255392; }

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

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

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

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

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

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

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

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