Html Css Color HEX #346195 Endeavour

📋 copy color: '#346195'

red 52 ◦ green 97 ◦ blue 149

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

Shades of Endeavour #346195

Tints of Endeavour #346195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

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

R = 17.45%
G = 32.55%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346195 (or 0x346195) is known color: Endeavour. HEX triplet: 34, 61 and 95. RGB value is (52,97,149). Sum of RGB (Red+Green+Blue) = 52+97+149=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #346195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346195 is #CB9E6A. Grayscale: #595959. Windows color (decimal): -13344363 or 9789748. OLE color: 9789748.

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

Color convert

RGB 52 97 149 -
CMYK 0.65 0.35 0 0.42
HSL 212.16º 0.48% 0.39% -
HSV(B) 212.16º 0.65% 0.58% -
XYZ 11.12 11.45 30.06 -
YUV 89.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 52 97 149 0.65 0.35 0 0.42 212.16 0.48 0.39
Hex 34 61 95 41 23 0 2A D4 30 27
Octal 64 141 225 101 43 0 52 324 60 47
Binary 110100 1100001 10010101 1000001 100011 0 101010 11010100 110000 100111

Color Harmonies of #346195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346195

Black with #346195

Text Example


Text Example

White with #346195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346195; }

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

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

background-color css

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

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

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

border-color css

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

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

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