Html Css Color HEX #347BAB Lochmara

📋 copy color: '#347BAB'

red 52 ◦ green 123 ◦ blue 171

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

Shades of Lochmara #347BAB

Tints of Lochmara #347BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.55%

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

R = 15.03%
G = 35.55%
B = 49.42%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#347BAB (or 0x347BAB) is known color: Lochmara. HEX triplet: 34, 7B and AB. RGB value is (52,123,171). Sum of RGB (Red+Green+Blue) = 52+123+171=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #347BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347BAB is #CB8454. Grayscale: #6A6A6A. Windows color (decimal): -13337685 or 11238196. OLE color: 11238196.

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

Color convert

RGB 52 123 171 -
CMYK 0.70 0.28 0 0.33
HSL 204.2º 0.53% 0.44% -
HSV(B) 204.2º 0.7% 0.67% -
XYZ 15.85 17.84 41.14 -
YUV 107.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 52 123 171 0.70 0.28 0 0.33 204.2 0.53 0.44
Hex 34 7B AB 46 1C 0 21 CC 35 2C
Octal 64 173 253 106 34 0 41 314 65 54
Binary 110100 1111011 10101011 1000110 11100 0 100001 11001100 110101 101100

Color Harmonies of #347BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BAB

Black with #347BAB

Text Example


Text Example

White with #347BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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