#256192

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

Shades of Endeavour #256192

Tints of Endeavour #256192

Color information

#256192 (or 0x256192) is unknown color: approx Endeavour. HEX triplet: 25, 61 and 92. RGB value is (37,97,146). Sum of RGB (Red+Green+Blue) = 37+97+146=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #256192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256192 is #DA9E6D. Grayscale: #545454. Windows color (decimal): -14327406 or 9593125. OLE color: 9593125.

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

Color convert

RGB3797146-
CMYK0.750.3400.43
HSL206.97º59.56%35.88%-
HSV(B)206.97º74.66%57.25%-
XYZ10.2311.0228.78-
YUV84.65162.6294.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.21%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=13.21%
G=34.64%
B=52.14%

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
Decimal37971460.750.3400.43206.9759.5635.88
Hex2561924B2202Bcf3c24
Octal45141222113420533177444
Binary1001011100001100100101001011100010010101111001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256192; }

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

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

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

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

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

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

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

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