#256298

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

Shades of Endeavour #256298

Tints of Endeavour #256298

Color information

#256298 (or 0x256298) is unknown color: approx Endeavour. HEX triplet: 25, 62 and 98. RGB value is (37,98,152). Sum of RGB (Red+Green+Blue) = 37+98+152=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #256298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256298 is #DA9D67. Grayscale: #555555. Windows color (decimal): -14327144 or 9986597. OLE color: 9986597.

HSL color Cylindrical-coordinate representation of color #256298: hue angle of 208.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256298 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3798152-
CMYK0.760.3600.40
HSL208.17º60.85%37.06%-
HSV(B)208.17º75.66%59.61%-
XYZ10.811.431.34-
YUV85.92165.2993.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=12.89%
G=34.15%
B=52.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37981520.760.3600.40208.1760.8537.06
Hex2562984C24028d03d25
Octal45142230114440503207545
Binary1001011100010100110001001100100100010100011010000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256298; }

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

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

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

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

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

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

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

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