#255F92

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

Shades of Endeavour #255F92

Tints of Endeavour #255F92

Color information

#255F92 (or 0x255F92) is unknown color: approx Endeavour. HEX triplet: 25, 5F and 92. RGB value is (37,95,146). Sum of RGB (Red+Green+Blue) = 37+95+146=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #255F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F92 is #DAA06D. Grayscale: #535353. Windows color (decimal): -14327918 or 9592613. OLE color: 9592613.

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

Color convert

RGB3795146-
CMYK0.750.3500.43
HSL208.07º59.56%35.88%-
HSV(B)208.07º74.66%57.25%-
XYZ10.0410.6528.72-
YUV83.47163.2894.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=13.31%
G=34.17%
B=52.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37951460.750.3500.43208.0759.5635.88
Hex255F924B2302Bd03c24
Octal45137222113430533207444
Binary1001011011111100100101001011100011010101111010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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