#34608E

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

Shades of Endeavour #34608E

Tints of Endeavour #34608E

Color information

#34608E (or 0x34608E) is unknown color: approx Endeavour. HEX triplet: 34, 60 and 8E. RGB value is (52,96,142). Sum of RGB (Red+Green+Blue) = 52+96+142=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #34608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34608E is #CB9F71. Grayscale: #575757. Windows color (decimal): -13344626 or 9330740. OLE color: 9330740.

HSL color Cylindrical-coordinate representation of color #34608E: hue angle of 210.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34608E is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5296142-
CMYK0.630.3200.44
HSL210.67º46.39%38.04%-
HSV(B)210.67º63.38%55.69%-
XYZ10.4811.0527.17-
YUV88.09158.42102.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=17.93%
G=33.10%
B=48.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52961420.630.3200.44210.6746.3938.04
Hex34608E3F2002Cd32e26
Octal6414021677400543235646
Binary110100110000010001110111111100000010110011010011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34608E; }

 p { color: rgb(52,96,142); }

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

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

 a { background-color: rgb(52,96,142); }

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

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

 span { border-color: rgb(52,96,142); }

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