#246295

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

Shades of Endeavour #246295

Tints of Endeavour #246295

Color information

#246295 (or 0x246295) is unknown color: approx Endeavour. HEX triplet: 24, 62 and 95. RGB value is (36,98,149). Sum of RGB (Red+Green+Blue) = 36+98+149=283 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.72% from 283); Green value is 98 (38.67% from 255 or 34.63% 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 #246295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246295 is #DB9D6A. Grayscale: #555555. Windows color (decimal): -14392683 or 9789988. OLE color: 9789988.

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

Color convert

RGB3698149-
CMYK0.760.3400.42
HSL207.08º61.08%36.27%-
HSV(B)207.08º75.84%58.43%-
XYZ10.5211.2830.06-
YUV85.28163.9692.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.72%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=12.72%
G=34.63%
B=52.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36981490.760.3400.42207.0861.0836.27
Hex2462954C2202Acf3d24
Octal44142225114420523177544
Binary1001001100010100101011001100100010010101011001111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246295; }

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

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

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

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

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

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

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

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