#256092

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

Shades of Endeavour #256092

Tints of Endeavour #256092

Color information

#256092 (or 0x256092) is unknown color: approx Endeavour. HEX triplet: 25, 60 and 92. RGB value is (37,96,146). Sum of RGB (Red+Green+Blue) = 37+96+146=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #256092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256092 is #DA9F6D. Grayscale: #535353. Windows color (decimal): -14327662 or 9592869. OLE color: 9592869.

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

Color convert

RGB3796146-
CMYK0.750.3400.43
HSL207.52º59.56%35.88%-
HSV(B)207.52º74.66%57.25%-
XYZ10.1310.8328.75-
YUV84.06162.9594.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=13.26%
G=34.41%
B=52.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37961460.750.3400.43207.5259.5635.88
Hex2560924B2202Bd03c24
Octal45140222113420533207444
Binary1001011100000100100101001011100010010101111010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256092; }

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

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

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

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

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

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

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

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