Html Css Color HEX #347CA3 Lochmara

📋 copy color: '#347CA3'

red 52 ◦ green 124 ◦ blue 163

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

Shades of Lochmara #347CA3

Tints of Lochmara #347CA3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 163 (64.06% from 255) = 48.08%

R = 15.34%
G = 36.58%
B = 48.08%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#347CA3 (or 0x347CA3) is known color: Lochmara. HEX triplet: 34, 7C and A3. RGB value is (52,124,163). Sum of RGB (Red+Green+Blue) = 52+124+163=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #347CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347CA3 is #CB835C. Grayscale: #6A6A6A. Windows color (decimal): -13337437 or 10714164. OLE color: 10714164.

HSL color Cylindrical-coordinate representation of color #347CA3: hue angle of 201.08º 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 #347CA3 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 124 163 -
CMYK 0.68 0.24 0 0.36
HSL 201.08º 0.52% 0.42% -
HSV(B) 201.08º 0.68% 0.64% -
XYZ 15.23 17.79 37.28 -
YUV 106.92 159.65 88.83 -
System Red Green Blue C M Y K H S L
Decimal 52 124 163 0.68 0.24 0 0.36 201.08 0.52 0.42
Hex 34 7C A3 44 18 0 24 C9 34 2A
Octal 64 174 243 104 30 0 44 311 64 52
Binary 110100 1111100 10100011 1000100 11000 0 100100 11001001 110100 101010

Color Harmonies of #347CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347CA3

Black with #347CA3

Text Example


Text Example

White with #347CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,124,163); }

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

background-color css

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

 a { background-color: rgb(52,124,163); }

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

border-color css

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

 span { border-color: rgb(52,124,163); }

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