#34608A

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

Shades of Endeavour #34608A

Tints of Endeavour #34608A

Color information

#34608A (or 0x34608A) is unknown color: approx Endeavour. HEX triplet: 34, 60 and 8A. RGB value is (52,96,138). Sum of RGB (Red+Green+Blue) = 52+96+138=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #34608A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34608A is #CB9F75. Grayscale: #575757. Windows color (decimal): -13344630 or 9068596. OLE color: 9068596.

HSL color Cylindrical-coordinate representation of color #34608A: hue angle of 209.3º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34608A is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5296138-
CMYK0.620.3000.46
HSL209.3º45.26%37.25%-
HSV(B)209.3º62.32%54.12%-
XYZ10.1910.9325.62-
YUV87.63156.42102.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=18.18%
G=33.57%
B=48.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52961380.620.3000.46209.345.2637.25
Hex34608A3E1E02Ed12d25
Octal6414021276360563215545
Binary11010011000001000101011111011110010111011010001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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