Html Css Color HEX #346999 Lochmara

📋 copy color: '#346999'

red 52 ◦ green 105 ◦ blue 153

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

Shades of Lochmara #346999

Tints of Lochmara #346999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

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

R = 16.77%
G = 33.87%
B = 49.35%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#346999 (or 0x346999) is known color: Lochmara. HEX triplet: 34, 69 and 99. RGB value is (52,105,153). Sum of RGB (Red+Green+Blue) = 52+105+153=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #346999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346999 is #CB9666. Grayscale: #5E5E5E. Windows color (decimal): -13342311 or 10053940. OLE color: 10053940.

HSL color Cylindrical-coordinate representation of color #346999: hue angle of 208.51º 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 #346999 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 105 153 -
CMYK 0.66 0.31 0 0.4
HSL 208.51º 0.49% 0.4% -
HSV(B) 208.51º 0.66% 0.6% -
XYZ 12.22 13.13 32.03 -
YUV 94.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 52 105 153 0.66 0.31 0 0.4 208.51 0.49 0.4
Hex 34 69 99 42 1F 0 28 D1 31 28
Octal 64 151 231 102 37 0 50 321 61 50
Binary 110100 1101001 10011001 1000010 11111 0 101000 11010001 110001 101000

Color Harmonies of #346999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346999

Black with #346999

Text Example


Text Example

White with #346999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346999; }

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

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

background-color css

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

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

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

border-color css

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

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

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