Html Css Color HEX #346894 Lochmara

📋 copy color: '#346894'

red 52 ◦ green 104 ◦ blue 148

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

Shades of Lochmara #346894

Tints of Lochmara #346894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

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

R = 17.11%
G = 34.21%
B = 48.68%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346894 (or 0x346894) is known color: Lochmara. HEX triplet: 34, 68 and 94. RGB value is (52,104,148). Sum of RGB (Red+Green+Blue) = 52+104+148=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #346894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346894 is #CB976B. Grayscale: #5D5D5D. Windows color (decimal): -13342572 or 9726004. OLE color: 9726004.

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

Color convert

RGB 52 104 148 -
CMYK 0.65 0.30 0 0.42
HSL 207.5º 0.48% 0.39% -
HSV(B) 207.5º 0.65% 0.58% -
XYZ 11.71 12.77 29.86 -
YUV 93.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 52 104 148 0.65 0.30 0 0.42 207.5 0.48 0.39
Hex 34 68 94 41 1E 0 2A D0 30 27
Octal 64 150 224 101 36 0 52 320 60 47
Binary 110100 1101000 10010100 1000001 11110 0 101010 11010000 110000 100111

Color Harmonies of #346894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346894

Black with #346894

Text Example


Text Example

White with #346894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346894; }

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

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

background-color css

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

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

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

border-color css

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

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

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