#256295

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

Shades of Endeavour #256295

Tints of Endeavour #256295

Color information

#256295 (or 0x256295) is unknown color: approx Endeavour. HEX triplet: 25, 62 and 95. RGB value is (37,98,149). Sum of RGB (Red+Green+Blue) = 37+98+149=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #256295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256295 is #DA9D6A. Grayscale: #555555. Windows color (decimal): -14327147 or 9789989. OLE color: 9789989.

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

Color convert

RGB3798149-
CMYK0.750.3400.42
HSL207.32º60.22%36.47%-
HSV(B)207.32º75.17%58.43%-
XYZ10.5611.330.06-
YUV85.58163.7993.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 149 (58.59% from 255) = 52.46%
R=13.03%
G=34.51%
B=52.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37981490.750.3400.42207.3260.2236.47
Hex2562954B2202Acf3c24
Octal45142225113420523177444
Binary1001011100010100101011001011100010010101011001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256295; }

 p { color: rgb(37,98,149); }

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

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

 a { background-color: rgb(37,98,149); }

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

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

 span { border-color: rgb(37,98,149); }

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