Html Css Color HEX #346395 Lochmara

📋 copy color: '#346395'

red 52 ◦ green 99 ◦ blue 149

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

Shades of Lochmara #346395

Tints of Lochmara #346395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 17.33%
G = 33%
B = 49.67%

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

#346395 (or 0x346395) is known color: Lochmara. HEX triplet: 34, 63 and 95. RGB value is (52,99,149). Sum of RGB (Red+Green+Blue) = 52+99+149=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #346395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346395 is #CB9C6A. Grayscale: #5A5A5A. Windows color (decimal): -13343851 or 9790260. OLE color: 9790260.

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

Color convert

RGB 52 99 149 -
CMYK 0.65 0.34 0 0.42
HSL 210.93º 0.48% 0.39% -
HSV(B) 210.93º 0.65% 0.58% -
XYZ 11.3 11.82 30.12 -
YUV 90.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 52 99 149 0.65 0.34 0 0.42 210.93 0.48 0.39
Hex 34 63 95 41 22 0 2A D3 30 27
Octal 64 143 225 101 42 0 52 323 60 47
Binary 110100 1100011 10010101 1000001 100010 0 101010 11010011 110000 100111

Color Harmonies of #346395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346395

Black with #346395

Text Example


Text Example

White with #346395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346395; }

 p { color: rgb(52,99,149); }

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

background-color css

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

 a { background-color: rgb(52,99,149); }

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

border-color css

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

 span { border-color: rgb(52,99,149); }

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