#246190

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

Shades of Endeavour #246190

Tints of Endeavour #246190

Color information

#246190 (or 0x246190) is unknown color: approx Endeavour. HEX triplet: 24, 61 and 90. RGB value is (36,97,144). Sum of RGB (Red+Green+Blue) = 36+97+144=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #246190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246190 is #DB9E6F. Grayscale: #535353. Windows color (decimal): -14392944 or 9462052. OLE color: 9462052.

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

Color convert

RGB3697144-
CMYK0.750.3300.44
HSL206.11º60%35.29%-
HSV(B)206.11º75%56.47%-
XYZ10.0410.9427.97-
YUV84.12161.7993.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.00%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=13.00%
G=35.02%
B=51.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36971440.750.3300.44206.116035.29
Hex2461904B2102Cce3c23
Octal44141220113410543167443
Binary1001001100001100100001001011100001010110011001110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246190; }

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

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

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

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

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

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

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

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