Html Css Color HEX #346592 Lochmara

📋 copy color: '#346592'

red 52 ◦ green 101 ◦ blue 146

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

Shades of Lochmara #346592

Tints of Lochmara #346592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 146 (57.42% from 255) = 48.83%

R = 17.39%
G = 33.78%
B = 48.83%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#346592 (or 0x346592) is known color: Lochmara. HEX triplet: 34, 65 and 92. RGB value is (52,101,146). Sum of RGB (Red+Green+Blue) = 52+101+146=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #346592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346592 is #CB9A6D. Grayscale: #5B5B5B. Windows color (decimal): -13343342 or 9594164. OLE color: 9594164.

HSL color Cylindrical-coordinate representation of color #346592: hue angle of 208.72º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346592 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 101 146 -
CMYK 0.64 0.31 0 0.43
HSL 208.72º 0.47% 0.39% -
HSV(B) 208.72º 0.64% 0.57% -
XYZ 11.26 12.11 28.94 -
YUV 91.48 158.77 99.84 -
System Red Green Blue C M Y K H S L
Decimal 52 101 146 0.64 0.31 0 0.43 208.72 0.47 0.39
Hex 34 65 92 40 1F 0 2B D1 2F 27
Octal 64 145 222 100 37 0 53 321 57 47
Binary 110100 1100101 10010010 1000000 11111 0 101011 11010001 101111 100111

Color Harmonies of #346592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346592

Black with #346592

Text Example


Text Example

White with #346592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346592; }

 p { color: rgb(52,101,146); }

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

background-color css

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

 a { background-color: rgb(52,101,146); }

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

border-color css

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

 span { border-color: rgb(52,101,146); }

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