Html Css Color HEX #346397 Lochmara

📋 copy color: '#346397'

red 52 ◦ green 99 ◦ blue 151

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

Shades of Lochmara #346397

Tints of Lochmara #346397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50%

R = 17.22%
G = 32.78%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#346397 (or 0x346397) is known color: Lochmara. HEX triplet: 34, 63 and 97. RGB value is (52,99,151). Sum of RGB (Red+Green+Blue) = 52+99+151=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #346397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346397 is #CB9C68. Grayscale: #5A5A5A. Windows color (decimal): -13343849 or 9921332. OLE color: 9921332.

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

Color convert

RGB 52 99 151 -
CMYK 0.66 0.34 0 0.41
HSL 211.52º 0.49% 0.4% -
HSV(B) 211.52º 0.66% 0.59% -
XYZ 11.46 11.89 30.97 -
YUV 90.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 52 99 151 0.66 0.34 0 0.41 211.52 0.49 0.4
Hex 34 63 97 42 22 0 29 D4 31 28
Octal 64 143 227 102 42 0 51 324 61 50
Binary 110100 1100011 10010111 1000010 100010 0 101001 11010100 110001 101000

Color Harmonies of #346397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346397

Black with #346397

Text Example


Text Example

White with #346397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346397; }

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

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

background-color css

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

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

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

border-color css

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

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

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