Html Css Color HEX #347EA5 Lochmara

📋 copy color: '#347EA5'

red 52 ◦ green 126 ◦ blue 165

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

Shades of Lochmara #347EA5

Tints of Lochmara #347EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.1%

R = 15.16%
G = 36.73%
B = 48.1%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#347EA5 (or 0x347EA5) is known color: Lochmara. HEX triplet: 34, 7E and A5. RGB value is (52,126,165). Sum of RGB (Red+Green+Blue) = 52+126+165=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #347EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347EA5 is #CB815A. Grayscale: #6C6C6C. Windows color (decimal): -13336923 or 10845748. OLE color: 10845748.

HSL color Cylindrical-coordinate representation of color #347EA5: hue angle of 200.71º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #347EA5 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 126 165 -
CMYK 0.68 0.24 0 0.35
HSL 200.71º 0.52% 0.43% -
HSV(B) 200.71º 0.68% 0.65% -
XYZ 15.67 18.37 38.32 -
YUV 108.32 159.98 87.83 -
System Red Green Blue C M Y K H S L
Decimal 52 126 165 0.68 0.24 0 0.35 200.71 0.52 0.43
Hex 34 7E A5 44 18 0 23 C9 34 2B
Octal 64 176 245 104 30 0 43 311 64 53
Binary 110100 1111110 10100101 1000100 11000 0 100011 11001001 110100 101011

Color Harmonies of #347EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347EA5

Black with #347EA5

Text Example


Text Example

White with #347EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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