#256195

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

Shades of Endeavour #256195

Tints of Endeavour #256195

Color information

#256195 (or 0x256195) is unknown color: approx Endeavour. HEX triplet: 25, 61 and 95. RGB value is (37,97,149). Sum of RGB (Red+Green+Blue) = 37+97+149=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #256195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256195 is #DA9E6A. Grayscale: #545454. Windows color (decimal): -14327403 or 9789733. OLE color: 9789733.

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

Color convert

RGB3797149-
CMYK0.750.3500.42
HSL207.86º60.22%36.47%-
HSV(B)207.86º75.17%58.43%-
XYZ10.4611.1130.03-
YUV84.99164.1293.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=13.07%
G=34.28%
B=52.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37971490.750.3500.42207.8660.2236.47
Hex2561954B2302Ad03c24
Octal45141225113430523207444
Binary1001011100001100101011001011100011010101011010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256195; }

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

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

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

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

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

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

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

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