#256191

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

Shades of Endeavour #256191

Tints of Endeavour #256191

Color information

#256191 (or 0x256191) is unknown color: approx Endeavour. HEX triplet: 25, 61 and 91. RGB value is (37,97,145). Sum of RGB (Red+Green+Blue) = 37+97+145=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #256191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256191 is #DA9E6E. Grayscale: #545454. Windows color (decimal): -14327407 or 9527589. OLE color: 9527589.

HSL color Cylindrical-coordinate representation of color #256191: hue angle of 206.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256191 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3797145-
CMYK0.740.3300.43
HSL206.67º59.34%35.69%-
HSV(B)206.67º74.48%56.86%-
XYZ10.1510.9928.37-
YUV84.53162.1294.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 145 (57.03% from 255) = 51.97%
R=13.26%
G=34.77%
B=51.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37971450.740.3300.43206.6759.3435.69
Hex2561914A2102Bcf3b24
Octal45141221112410533177344
Binary1001011100001100100011001010100001010101111001111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256191; }

 p { color: rgb(37,97,145); }

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

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

 a { background-color: rgb(37,97,145); }

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

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

 span { border-color: rgb(37,97,145); }

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