Html Css Color HEX #346497 Lochmara

📋 copy color: '#346497'

red 52 ◦ green 100 ◦ blue 151

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

Shades of Lochmara #346497

Tints of Lochmara #346497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

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

R = 17.16%
G = 33%
B = 49.83%

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

#346497 (or 0x346497) is known color: Lochmara. HEX triplet: 34, 64 and 97. RGB value is (52,100,151). Sum of RGB (Red+Green+Blue) = 52+100+151=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #346497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346497 is #CB9B68. Grayscale: #5B5B5B. Windows color (decimal): -13343593 or 9921588. OLE color: 9921588.

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

Color convert

RGB 52 100 151 -
CMYK 0.66 0.34 0 0.41
HSL 210.91º 0.49% 0.4% -
HSV(B) 210.91º 0.66% 0.59% -
XYZ 11.56 12.08 31 -
YUV 91.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 52 100 151 0.66 0.34 0 0.41 210.91 0.49 0.4
Hex 34 64 97 42 22 0 29 D3 31 28
Octal 64 144 227 102 42 0 51 323 61 50
Binary 110100 1100100 10010111 1000010 100010 0 101001 11010011 110001 101000

Color Harmonies of #346497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346497

Black with #346497

Text Example


Text Example

White with #346497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346497; }

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

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

background-color css

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

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

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

border-color css

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

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

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