Html Css Color HEX #347AAB Lochmara

📋 copy color: '#347AAB'

red 52 ◦ green 122 ◦ blue 171

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

Shades of Lochmara #347AAB

Tints of Lochmara #347AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 15.07%
G = 35.36%
B = 49.57%

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

#347AAB (or 0x347AAB) is known color: Lochmara. HEX triplet: 34, 7A and AB. RGB value is (52,122,171). Sum of RGB (Red+Green+Blue) = 52+122+171=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #347AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347AAB is #CB8554. Grayscale: #6A6A6A. Windows color (decimal): -13337941 or 11237940. OLE color: 11237940.

HSL color Cylindrical-coordinate representation of color #347AAB: hue angle of 204.71º degrees, saturation: 0.53, 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 #347AAB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 122 171 -
CMYK 0.70 0.29 0 0.33
HSL 204.71º 0.53% 0.44% -
HSV(B) 204.71º 0.7% 0.67% -
XYZ 15.73 17.59 41.09 -
YUV 106.66 164.31 89.02 -
System Red Green Blue C M Y K H S L
Decimal 52 122 171 0.70 0.29 0 0.33 204.71 0.53 0.44
Hex 34 7A AB 46 1D 0 21 CD 35 2C
Octal 64 172 253 106 35 0 41 315 65 54
Binary 110100 1111010 10101011 1000110 11101 0 100001 11001101 110101 101100

Color Harmonies of #347AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347AAB

Black with #347AAB

Text Example


Text Example

White with #347AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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