Html Css Color HEX #346E99 Lochmara

📋 copy color: '#346E99'

red 52 ◦ green 110 ◦ blue 153

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

Shades of Lochmara #346E99

Tints of Lochmara #346E99

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.92%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 16.51%
G = 34.92%
B = 48.57%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#346E99 (or 0x346E99) is known color: Lochmara. HEX triplet: 34, 6E and 99. RGB value is (52,110,153). Sum of RGB (Red+Green+Blue) = 52+110+153=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #346E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346E99 is #CB9166. Grayscale: #616161. Windows color (decimal): -13341031 or 10055220. OLE color: 10055220.

HSL color Cylindrical-coordinate representation of color #346E99: hue angle of 205.54º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346E99 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 110 153 -
CMYK 0.66 0.28 0 0.4
HSL 205.54º 0.49% 0.4% -
HSV(B) 205.54º 0.66% 0.6% -
XYZ 12.74 14.18 32.2 -
YUV 97.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 52 110 153 0.66 0.28 0 0.4 205.54 0.49 0.4
Hex 34 6E 99 42 1C 0 28 CE 31 28
Octal 64 156 231 102 34 0 50 316 61 50
Binary 110100 1101110 10011001 1000010 11100 0 101000 11001110 110001 101000

Color Harmonies of #346E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E99

Black with #346E99

Text Example


Text Example

White with #346E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346E99; }

 p { color: rgb(52,110,153); }

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

background-color css

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

 a { background-color: rgb(52,110,153); }

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

border-color css

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

 span { border-color: rgb(52,110,153); }

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