Html Css Color HEX #347BAA Lochmara

📋 copy color: '#347BAA'

red 52 ◦ green 123 ◦ blue 170

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

Shades of Lochmara #347BAA

Tints of Lochmara #347BAA

RGB

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

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

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

R = 15.07%
G = 35.65%
B = 49.28%

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

#347BAA (or 0x347BAA) is known color: Lochmara. HEX triplet: 34, 7B and AA. RGB value is (52,123,170). Sum of RGB (Red+Green+Blue) = 52+123+170=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #347BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347BAA is #CB8455. Grayscale: #6A6A6A. Windows color (decimal): -13337686 or 11172660. OLE color: 11172660.

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

Color convert

RGB 52 123 170 -
CMYK 0.69 0.28 0 0.33
HSL 203.9º 0.53% 0.44% -
HSV(B) 203.9º 0.69% 0.67% -
XYZ 15.75 17.8 40.64 -
YUV 107.13 163.48 88.68 -
System Red Green Blue C M Y K H S L
Decimal 52 123 170 0.69 0.28 0 0.33 203.9 0.53 0.44
Hex 34 7B AA 45 1C 0 21 CC 35 2C
Octal 64 173 252 105 34 0 41 314 65 54
Binary 110100 1111011 10101010 1000101 11100 0 100001 11001100 110101 101100

Color Harmonies of #347BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BAA

Black with #347BAA

Text Example


Text Example

White with #347BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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