#246195

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

Shades of Endeavour #246195

Tints of Endeavour #246195

Color information

#246195 (or 0x246195) is unknown color: approx Endeavour. HEX triplet: 24, 61 and 95. RGB value is (36,97,149). Sum of RGB (Red+Green+Blue) = 36+97+149=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #246195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246195 is #DB9E6A. Grayscale: #545454. Windows color (decimal): -14392939 or 9789732. OLE color: 9789732.

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

Color convert

RGB3697149-
CMYK0.760.3500.42
HSL207.61º61.08%36.27%-
HSV(B)207.61º75.84%58.43%-
XYZ10.4311.0930.03-
YUV84.69164.2993.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.77%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=12.77%
G=34.40%
B=52.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36971490.760.3500.42207.6161.0836.27
Hex2461954C2302Ad03d24
Octal44141225114430523207544
Binary1001001100001100101011001100100011010101011010000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246195; }

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

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

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

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

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

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

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

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