Html Css Color HEX #347D9D Lochmara

📋 copy color: '#347D9D'

red 52 ◦ green 125 ◦ blue 157

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

Shades of Lochmara #347D9D

Tints of Lochmara #347D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.43%

 BLUE value IS 157 (61.72% from 255) = 47.01%

R = 15.57%
G = 37.43%
B = 47.01%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#347D9D (or 0x347D9D) is known color: Lochmara. HEX triplet: 34, 7D and 9D. RGB value is (52,125,157). Sum of RGB (Red+Green+Blue) = 52+125+157=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #347D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347D9D is #CB8262. Grayscale: #6A6A6A. Windows color (decimal): -13337187 or 10321204. OLE color: 10321204.

HSL color Cylindrical-coordinate representation of color #347D9D: hue angle of 198.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #347D9D is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 125 157 -
CMYK 0.67 0.20 0 0.38
HSL 198.29º 0.5% 0.41% -
HSV(B) 198.29º 0.67% 0.62% -
XYZ 14.84 17.83 34.56 -
YUV 106.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 52 125 157 0.67 0.20 0 0.38 198.29 0.5 0.41
Hex 34 7D 9D 43 14 0 26 C6 32 29
Octal 64 175 235 103 24 0 46 306 62 51
Binary 110100 1111101 10011101 1000011 10100 0 100110 11000110 110010 101001

Color Harmonies of #347D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347D9D

Black with #347D9D

Text Example


Text Example

White with #347D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347D9D; }

 p { color: rgb(52,125,157); }

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

background-color css

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

 a { background-color: rgb(52,125,157); }

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

border-color css

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

 span { border-color: rgb(52,125,157); }

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