Html Css Color HEX #347095 Lochmara

📋 copy color: '#347095'

red 52 ◦ green 112 ◦ blue 149

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

Shades of Lochmara #347095

Tints of Lochmara #347095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

 BLUE value IS 149 (58.59% from 255) = 47.6%

R = 16.61%
G = 35.78%
B = 47.6%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#347095 (or 0x347095) is known color: Lochmara. HEX triplet: 34, 70 and 95. RGB value is (52,112,149). Sum of RGB (Red+Green+Blue) = 52+112+149=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #347095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347095 is #CB8F6A. Grayscale: #626262. Windows color (decimal): -13340523 or 9793588. OLE color: 9793588.

HSL color Cylindrical-coordinate representation of color #347095: hue angle of 202.89º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347095 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 112 149 -
CMYK 0.65 0.25 0 0.42
HSL 202.89º 0.48% 0.39% -
HSV(B) 202.89º 0.65% 0.58% -
XYZ 12.64 14.49 30.56 -
YUV 98.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 52 112 149 0.65 0.25 0 0.42 202.89 0.48 0.39
Hex 34 70 95 41 19 0 2A CB 30 27
Octal 64 160 225 101 31 0 52 313 60 47
Binary 110100 1110000 10010101 1000001 11001 0 101010 11001011 110000 100111

Color Harmonies of #347095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347095

Black with #347095

Text Example


Text Example

White with #347095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347095; }

 p { color: rgb(52,112,149); }

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

background-color css

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

 a { background-color: rgb(52,112,149); }

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

border-color css

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

 span { border-color: rgb(52,112,149); }

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