#346190

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

Shades of Endeavour #346190

Tints of Endeavour #346190

Color information

#346190 (or 0x346190) is unknown color: approx Endeavour. HEX triplet: 34, 61 and 90. RGB value is (52,97,144). Sum of RGB (Red+Green+Blue) = 52+97+144=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #346190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346190 is #CB9E6F. Grayscale: #585858. Windows color (decimal): -13344368 or 9462068. OLE color: 9462068.

HSL color Cylindrical-coordinate representation of color #346190: hue angle of 210.65º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346190 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5297144-
CMYK0.640.3300.44
HSL210.65º46.94%38.43%-
HSV(B)210.65º63.89%56.47%-
XYZ10.7211.2928-
YUV88.9159.09101.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=17.75%
G=33.11%
B=49.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52971440.640.3300.44210.6546.9438.43
Hex346190402102Cd32f26
Octal64141220100410543235746
Binary1101001100001100100001000000100001010110011010011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346190; }

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

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

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

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

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

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

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

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