Html Css Color HEX #347497 Lochmara

📋 copy color: '#347497'

red 52 ◦ green 116 ◦ blue 151

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

Shades of Lochmara #347497

Tints of Lochmara #347497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

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

R = 16.3%
G = 36.36%
B = 47.34%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#347497 (or 0x347497) is known color: Lochmara. HEX triplet: 34, 74 and 97. RGB value is (52,116,151). Sum of RGB (Red+Green+Blue) = 52+116+151=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #347497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347497 is #CB8B68. Grayscale: #646464. Windows color (decimal): -13339497 or 9925684. OLE color: 9925684.

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

Color convert

RGB 52 116 151 -
CMYK 0.66 0.23 0 0.41
HSL 201.21º 0.49% 0.4% -
HSV(B) 201.21º 0.66% 0.59% -
XYZ 13.25 15.46 31.56 -
YUV 100.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 52 116 151 0.66 0.23 0 0.41 201.21 0.49 0.4
Hex 34 74 97 42 17 0 29 C9 31 28
Octal 64 164 227 102 27 0 51 311 61 50
Binary 110100 1110100 10010111 1000010 10111 0 101001 11001001 110001 101000

Color Harmonies of #347497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347497

Black with #347497

Text Example


Text Example

White with #347497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347497; }

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

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

background-color css

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

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

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

border-color css

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

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

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