Html Css Color HEX #347197 Lochmara

📋 copy color: '#347197'

red 52 ◦ green 113 ◦ blue 151

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

Shades of Lochmara #347197

Tints of Lochmara #347197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

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

R = 16.46%
G = 35.76%
B = 47.78%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#347197 (or 0x347197) is known color: Lochmara. HEX triplet: 34, 71 and 97. RGB value is (52,113,151). Sum of RGB (Red+Green+Blue) = 52+113+151=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #347197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347197 is #CB8E68. Grayscale: #626262. Windows color (decimal): -13340265 or 9924916. OLE color: 9924916.

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

Color convert

RGB 52 113 151 -
CMYK 0.66 0.25 0 0.41
HSL 203.03º 0.49% 0.4% -
HSV(B) 203.03º 0.66% 0.59% -
XYZ 12.91 14.77 31.45 -
YUV 99.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 52 113 151 0.66 0.25 0 0.41 203.03 0.49 0.4
Hex 34 71 97 42 19 0 29 CB 31 28
Octal 64 161 227 102 31 0 51 313 61 50
Binary 110100 1110001 10010111 1000010 11001 0 101001 11001011 110001 101000

Color Harmonies of #347197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347197

Black with #347197

Text Example


Text Example

White with #347197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347197; }

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

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

background-color css

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

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

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

border-color css

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

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

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