Html Css Color HEX #346095 Endeavour

📋 copy color: '#346095'

red 52 ◦ green 96 ◦ blue 149

#346095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #346095

Tints of Endeavour #346095

RGB

 RED value IS 52 (20.7% from 255) = 17.51%

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 17.51%
G = 32.32%
B = 50.17%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346095 (or 0x346095) is known color: Endeavour. HEX triplet: 34, 60 and 95. RGB value is (52,96,149). Sum of RGB (Red+Green+Blue) = 52+96+149=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #346095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346095 is #CB9F6A. Grayscale: #585858. Windows color (decimal): -13344619 or 9789492. OLE color: 9789492.

HSL color Cylindrical-coordinate representation of color #346095: hue angle of 212.78º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346095 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 96 149 -
CMYK 0.65 0.36 0 0.42
HSL 212.78º 0.48% 0.39% -
HSV(B) 212.78º 0.65% 0.58% -
XYZ 11.02 11.27 30.03 -
YUV 88.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 52 96 149 0.65 0.36 0 0.42 212.78 0.48 0.39
Hex 34 60 95 41 24 0 2A D5 30 27
Octal 64 140 225 101 44 0 52 325 60 47
Binary 110100 1100000 10010101 1000001 100100 0 101010 11010101 110000 100111

Color Harmonies of #346095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346095

Black with #346095

Text Example


Text Example

White with #346095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346095; }

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

 H1.HeaderClassName
 {
   color: #346095;
 }
 .AnyTagClassName
 {
   color: #346095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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