#345E90

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

Shades of Endeavour #345E90

Tints of Endeavour #345E90

Color information

#345E90 (or 0x345E90) is unknown color: approx Endeavour. HEX triplet: 34, 5E and 90. RGB value is (52,94,144). Sum of RGB (Red+Green+Blue) = 52+94+144=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #345E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E90 is #CBA16F. Grayscale: #565656. Windows color (decimal): -13345136 or 9461300. OLE color: 9461300.

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

Color convert

RGB5294144-
CMYK0.640.3500.44
HSL212.61º46.94%38.43%-
HSV(B)212.61º63.89%56.47%-
XYZ10.4510.7527.91-
YUV87.14160.09102.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=17.93%
G=32.41%
B=49.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52941440.640.3500.44212.6146.9438.43
Hex345E90402302Cd52f26
Octal64136220100430543255746
Binary1101001011110100100001000000100011010110011010101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345E90; }

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

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

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

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

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

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

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

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