Html Css Color HEX #347EA3 Lochmara

📋 copy color: '#347EA3'

red 52 ◦ green 126 ◦ blue 163

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

Shades of Lochmara #347EA3

Tints of Lochmara #347EA3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.95%

 BLUE value IS 163 (64.06% from 255) = 47.8%

R = 15.25%
G = 36.95%
B = 47.8%

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

#347EA3 (or 0x347EA3) is known color: Lochmara. HEX triplet: 34, 7E and A3. RGB value is (52,126,163). Sum of RGB (Red+Green+Blue) = 52+126+163=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #347EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347EA3 is #CB815C. Grayscale: #6B6B6B. Windows color (decimal): -13336925 or 10714676. OLE color: 10714676.

HSL color Cylindrical-coordinate representation of color #347EA3: hue angle of 200º 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 #347EA3 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 126 163 -
CMYK 0.68 0.23 0 0.36
HSL 200º 0.52% 0.42% -
HSV(B) 200º 0.68% 0.64% -
XYZ 15.49 18.3 37.37 -
YUV 108.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 52 126 163 0.68 0.23 0 0.36 200 0.52 0.42
Hex 34 7E A3 44 17 0 24 C8 34 2A
Octal 64 176 243 104 27 0 44 310 64 52
Binary 110100 1111110 10100011 1000100 10111 0 100100 11001000 110100 101010

Color Harmonies of #347EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347EA3

Black with #347EA3

Text Example


Text Example

White with #347EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,126,163); }

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

background-color css

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

 a { background-color: rgb(52,126,163); }

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

border-color css

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

 span { border-color: rgb(52,126,163); }

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