Html Css Color HEX #347198 Lochmara

📋 copy color: '#347198'

red 52 ◦ green 113 ◦ blue 152

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

Shades of Lochmara #347198

Tints of Lochmara #347198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 16.4%
G = 35.65%
B = 47.95%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#347198 (or 0x347198) is known color: Lochmara. HEX triplet: 34, 71 and 98. RGB value is (52,113,152). Sum of RGB (Red+Green+Blue) = 52+113+152=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #347198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347198 is #CB8E67. Grayscale: #626262. Windows color (decimal): -13340264 or 9990452. OLE color: 9990452.

HSL color Cylindrical-coordinate representation of color #347198: hue angle of 203.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #347198 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 113 152 -
CMYK 0.66 0.26 0 0.40
HSL 203.4º 0.49% 0.4% -
HSV(B) 203.4º 0.66% 0.6% -
XYZ 12.99 14.81 31.88 -
YUV 99.21 157.79 94.33 -
System Red Green Blue C M Y K H S L
Decimal 52 113 152 0.66 0.26 0 0.40 203.4 0.49 0.4
Hex 34 71 98 42 1A 0 28 CB 31 28
Octal 64 161 230 102 32 0 50 313 61 50
Binary 110100 1110001 10011000 1000010 11010 0 101000 11001011 110001 101000

Color Harmonies of #347198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347198

Black with #347198

Text Example


Text Example

White with #347198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347198; }

 p { color: rgb(52,113,152); }

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

background-color css

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

 a { background-color: rgb(52,113,152); }

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

border-color css

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

 span { border-color: rgb(52,113,152); }

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