#246390

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

Shades of Endeavour #246390

Tints of Endeavour #246390

Color information

#246390 (or 0x246390) is unknown color: approx Endeavour. HEX triplet: 24, 63 and 90. RGB value is (36,99,144). Sum of RGB (Red+Green+Blue) = 36+99+144=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #246390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246390 is #DB9C6F. Grayscale: #555555. Windows color (decimal): -14392432 or 9462564. OLE color: 9462564.

HSL color Cylindrical-coordinate representation of color #246390: hue angle of 205º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #246390 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3699144-
CMYK0.750.3100.44
HSL205º60%35.29%-
HSV(B)205º75%56.47%-
XYZ10.2211.3128.03-
YUV85.29161.1392.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.90%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=12.90%
G=35.48%
B=51.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36991440.750.3100.442056035.29
Hex2463904B1F02Ccd3c23
Octal44143220113370543157443
Binary100100110001110010000100101111111010110011001101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246390; }

 p { color: rgb(36,99,144); }

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

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

 a { background-color: rgb(36,99,144); }

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

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

 span { border-color: rgb(36,99,144); }

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