Html Css Color HEX #346194 Endeavour

📋 copy color: '#346194'

red 52 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #346194

Tints of Endeavour #346194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.83%

R = 17.51%
G = 32.66%
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

#346194 (or 0x346194) is known color: Endeavour. HEX triplet: 34, 61 and 94. RGB value is (52,97,148). Sum of RGB (Red+Green+Blue) = 52+97+148=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #346194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346194 is #CB9E6B. Grayscale: #595959. Windows color (decimal): -13344364 or 9724212. OLE color: 9724212.

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

Color convert

RGB 52 97 148 -
CMYK 0.65 0.34 0 0.42
HSL 211.88º 0.48% 0.39% -
HSV(B) 211.88º 0.65% 0.58% -
XYZ 11.04 11.42 29.64 -
YUV 89.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 52 97 148 0.65 0.34 0 0.42 211.88 0.48 0.39
Hex 34 61 94 41 22 0 2A D4 30 27
Octal 64 141 224 101 42 0 52 324 60 47
Binary 110100 1100001 10010100 1000001 100010 0 101010 11010100 110000 100111

Color Harmonies of #346194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346194

Black with #346194

Text Example


Text Example

White with #346194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346194; }

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

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

background-color css

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

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

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

border-color css

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

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

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