Html Css Color HEX #347AAA Lochmara

📋 copy color: '#347AAA'

red 52 ◦ green 122 ◦ blue 170

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

Shades of Lochmara #347AAA

Tints of Lochmara #347AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 15.12%
G = 35.47%
B = 49.42%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#347AAA (or 0x347AAA) is known color: Lochmara. HEX triplet: 34, 7A and AA. RGB value is (52,122,170). Sum of RGB (Red+Green+Blue) = 52+122+170=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #347AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AAA is #CB8555. Grayscale: #6A6A6A. Windows color (decimal): -13337942 or 11172404. OLE color: 11172404.

HSL color Cylindrical-coordinate representation of color #347AAA: hue angle of 204.41º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #347AAA is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 122 170 -
CMYK 0.69 0.28 0 0.33
HSL 204.41º 0.53% 0.44% -
HSV(B) 204.41º 0.69% 0.67% -
XYZ 15.63 17.55 40.59 -
YUV 106.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 52 122 170 0.69 0.28 0 0.33 204.41 0.53 0.44
Hex 34 7A AA 45 1C 0 21 CC 35 2C
Octal 64 172 252 105 34 0 41 314 65 54
Binary 110100 1111010 10101010 1000101 11100 0 100001 11001100 110101 101100

Color Harmonies of #347AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347AAA

Black with #347AAA

Text Example


Text Example

White with #347AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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