#255492

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

Shades of Endeavour #255492

Tints of Endeavour #255492

Color information

#255492 (or 0x255492) is unknown color: approx Endeavour. HEX triplet: 25, 54 and 92. RGB value is (37,84,146). Sum of RGB (Red+Green+Blue) = 37+84+146=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #255492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255492 is #DAAB6D. Grayscale: #4C4C4C. Windows color (decimal): -14330734 or 9589797. OLE color: 9589797.

HSL color Cylindrical-coordinate representation of color #255492: hue angle of 214.13º 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 #255492 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3784146-
CMYK0.750.4200.43
HSL214.13º59.56%35.88%-
HSV(B)214.13º74.66%57.25%-
XYZ9.128.8128.41-
YUV77.02166.9399.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=13.86%
G=31.46%
B=54.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37841460.750.4200.43214.1359.5635.88
Hex2554924B2A02Bd63c24
Octal45124222113520533267444
Binary1001011010100100100101001011101010010101111010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255492; }

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

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

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

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

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

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

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

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