Html Css Color HEX #347AAC Lochmara

📋 copy color: '#347AAC'

red 52 ◦ green 122 ◦ blue 172

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

Shades of Lochmara #347AAC

Tints of Lochmara #347AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.26%

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 15.03%
G = 35.26%
B = 49.71%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#347AAC (or 0x347AAC) is known color: Lochmara. HEX triplet: 34, 7A and AC. RGB value is (52,122,172). Sum of RGB (Red+Green+Blue) = 52+122+172=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #347AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AAC is #CB8553. Grayscale: #6A6A6A. Windows color (decimal): -13337940 or 11303476. OLE color: 11303476.

HSL color Cylindrical-coordinate representation of color #347AAC: hue angle of 205º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #347AAC is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 122 172 -
CMYK 0.70 0.29 0 0.33
HSL 205º 0.54% 0.44% -
HSV(B) 205º 0.7% 0.67% -
XYZ 15.82 17.63 41.6 -
YUV 106.77 164.81 88.93 -
System Red Green Blue C M Y K H S L
Decimal 52 122 172 0.70 0.29 0 0.33 205 0.54 0.44
Hex 34 7A AC 46 1D 0 21 CD 36 2C
Octal 64 172 254 106 35 0 41 315 66 54
Binary 110100 1111010 10101100 1000110 11101 0 100001 11001101 110110 101100

Color Harmonies of #347AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347AAC

Black with #347AAC

Text Example


Text Example

White with #347AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,122,172); }

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

background-color css

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

 a { background-color: rgb(52,122,172); }

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

border-color css

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

 span { border-color: rgb(52,122,172); }

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