Html Css Color HEX #347FA4 Lochmara

📋 copy color: '#347FA4'

red 52 ◦ green 127 ◦ blue 164

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

Shades of Lochmara #347FA4

Tints of Lochmara #347FA4

RGB

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

 GREEN value IS 127 (50% from 255) = 37.03%

 BLUE value IS 164 (64.45% from 255) = 47.81%

R = 15.16%
G = 37.03%
B = 47.81%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#347FA4 (or 0x347FA4) is known color: Lochmara. HEX triplet: 34, 7F and A4. RGB value is (52,127,164). Sum of RGB (Red+Green+Blue) = 52+127+164=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #347FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347FA4 is #CB805B. Grayscale: #6C6C6C. Windows color (decimal): -13336668 or 10780468. OLE color: 10780468.

HSL color Cylindrical-coordinate representation of color #347FA4: hue angle of 199.82º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #347FA4 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 127 164 -
CMYK 0.68 0.23 0 0.36
HSL 199.82º 0.52% 0.42% -
HSV(B) 199.82º 0.68% 0.64% -
XYZ 15.71 18.59 37.88 -
YUV 108.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 52 127 164 0.68 0.23 0 0.36 199.82 0.52 0.42
Hex 34 7F A4 44 17 0 24 C8 34 2A
Octal 64 177 244 104 27 0 44 310 64 52
Binary 110100 1111111 10100100 1000100 10111 0 100100 11001000 110100 101010

Color Harmonies of #347FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347FA4

Black with #347FA4

Text Example


Text Example

White with #347FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,127,164); }

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

background-color css

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

 a { background-color: rgb(52,127,164); }

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

border-color css

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

 span { border-color: rgb(52,127,164); }

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