Html Css Color HEX #347BA4 Lochmara

📋 copy color: '#347BA4'

red 52 ◦ green 123 ◦ blue 164

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

Shades of Lochmara #347BA4

Tints of Lochmara #347BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.38%

R = 15.34%
G = 36.28%
B = 48.38%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#347BA4 (or 0x347BA4) is known color: Lochmara. HEX triplet: 34, 7B and A4. RGB value is (52,123,164). Sum of RGB (Red+Green+Blue) = 52+123+164=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #347BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347BA4 is #CB845B. Grayscale: #6A6A6A. Windows color (decimal): -13337692 or 10779444. OLE color: 10779444.

HSL color Cylindrical-coordinate representation of color #347BA4: hue angle of 201.96º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #347BA4 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 123 164 -
CMYK 0.68 0.25 0 0.36
HSL 201.96º 0.52% 0.42% -
HSV(B) 201.96º 0.68% 0.64% -
XYZ 15.2 17.58 37.71 -
YUV 106.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 52 123 164 0.68 0.25 0 0.36 201.96 0.52 0.42
Hex 34 7B A4 44 19 0 24 CA 34 2A
Octal 64 173 244 104 31 0 44 312 64 52
Binary 110100 1111011 10100100 1000100 11001 0 100100 11001010 110100 101010

Color Harmonies of #347BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347BA4

Black with #347BA4

Text Example


Text Example

White with #347BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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