Html Css Color HEX #346295 Endeavour

📋 copy color: '#346295'

red 52 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #346295

Tints of Endeavour #346295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

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

R = 17.39%
G = 32.78%
B = 49.83%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346295 (or 0x346295) is known color: Endeavour. HEX triplet: 34, 62 and 95. RGB value is (52,98,149). Sum of RGB (Red+Green+Blue) = 52+98+149=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #346295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346295 is #CB9D6A. Grayscale: #595959. Windows color (decimal): -13344107 or 9790004. OLE color: 9790004.

HSL color Cylindrical-coordinate representation of color #346295: hue angle of 211.55º 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 #346295 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 98 149 -
CMYK 0.65 0.34 0 0.42
HSL 211.55º 0.48% 0.39% -
HSV(B) 211.55º 0.65% 0.58% -
XYZ 11.21 11.64 30.09 -
YUV 90.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 52 98 149 0.65 0.34 0 0.42 211.55 0.48 0.39
Hex 34 62 95 41 22 0 2A D4 30 27
Octal 64 142 225 101 42 0 52 324 60 47
Binary 110100 1100010 10010101 1000001 100010 0 101010 11010100 110000 100111

Color Harmonies of #346295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346295

Black with #346295

Text Example


Text Example

White with #346295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346295; }

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

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

background-color css

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

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

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

border-color css

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

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

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