#346290

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

Shades of Endeavour #346290

Tints of Endeavour #346290

Color information

#346290 (or 0x346290) is unknown color: approx Endeavour. HEX triplet: 34, 62 and 90. RGB value is (52,98,144). Sum of RGB (Red+Green+Blue) = 52+98+144=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #346290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346290 is #CB9D6F. Grayscale: #595959. Windows color (decimal): -13344112 or 9462324. OLE color: 9462324.

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

Color convert

RGB5298144-
CMYK0.640.3200.44
HSL210º46.94%38.43%-
HSV(B)210º63.89%56.47%-
XYZ10.8211.4828.03-
YUV89.49158.76101.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=17.69%
G=33.33%
B=48.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52981440.640.3200.4421046.9438.43
Hex346290402002Cd22f26
Octal64142220100400543225746
Binary1101001100010100100001000000100000010110011010010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346290; }

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

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

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

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

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

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

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

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