Html Css Color HEX #347699 Lochmara

📋 copy color: '#347699'

red 52 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #347699

Tints of Lochmara #347699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 16.1%
G = 36.53%
B = 47.37%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#347699 (or 0x347699) is known color: Lochmara. HEX triplet: 34, 76 and 99. RGB value is (52,118,153). Sum of RGB (Red+Green+Blue) = 52+118+153=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #347699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347699 is #CB8966. Grayscale: #666666. Windows color (decimal): -13338983 or 10057268. OLE color: 10057268.

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

Color convert

RGB 52 118 153 -
CMYK 0.66 0.23 0 0.4
HSL 200.79º 0.49% 0.4% -
HSV(B) 200.79º 0.66% 0.6% -
XYZ 13.64 15.99 32.5 -
YUV 102.26 156.63 92.15 -
System Red Green Blue C M Y K H S L
Decimal 52 118 153 0.66 0.23 0 0.4 200.79 0.49 0.4
Hex 34 76 99 42 17 0 28 C9 31 28
Octal 64 166 231 102 27 0 50 311 61 50
Binary 110100 1110110 10011001 1000010 10111 0 101000 11001001 110001 101000

Color Harmonies of #347699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347699

Black with #347699

Text Example


Text Example

White with #347699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347699; }

 p { color: rgb(52,118,153); }

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

background-color css

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

 a { background-color: rgb(52,118,153); }

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

border-color css

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

 span { border-color: rgb(52,118,153); }

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