Html Css Color HEX #346699 Lochmara

📋 copy color: '#346699'

red 52 ◦ green 102 ◦ blue 153

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

Shades of Lochmara #346699

Tints of Lochmara #346699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.22%

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

R = 16.94%
G = 33.22%
B = 49.84%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#346699 (or 0x346699) is known color: Lochmara. HEX triplet: 34, 66 and 99. RGB value is (52,102,153). Sum of RGB (Red+Green+Blue) = 52+102+153=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #346699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346699 is #CB9966. Grayscale: #5C5C5C. Windows color (decimal): -13343079 or 10053172. OLE color: 10053172.

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

Color convert

RGB 52 102 153 -
CMYK 0.66 0.33 0 0.4
HSL 210.3º 0.49% 0.4% -
HSV(B) 210.3º 0.66% 0.6% -
XYZ 11.92 12.53 31.93 -
YUV 92.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 52 102 153 0.66 0.33 0 0.4 210.3 0.49 0.4
Hex 34 66 99 42 21 0 28 D2 31 28
Octal 64 146 231 102 41 0 50 322 61 50
Binary 110100 1100110 10011001 1000010 100001 0 101000 11010010 110001 101000

Color Harmonies of #346699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346699

Black with #346699

Text Example


Text Example

White with #346699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346699; }

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

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

background-color css

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

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

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

border-color css

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

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

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