Html Css Color HEX #347398 Lochmara

📋 copy color: '#347398'

red 52 ◦ green 115 ◦ blue 152

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

Shades of Lochmara #347398

Tints of Lochmara #347398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.05%

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

R = 16.3%
G = 36.05%
B = 47.65%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#347398 (or 0x347398) is known color: Lochmara. HEX triplet: 34, 73 and 98. RGB value is (52,115,152). Sum of RGB (Red+Green+Blue) = 52+115+152=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #347398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347398 is #CB8C67. Grayscale: #646464. Windows color (decimal): -13339752 or 9990964. OLE color: 9990964.

HSL color Cylindrical-coordinate representation of color #347398: hue angle of 202.2º 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 #347398 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 115 152 -
CMYK 0.66 0.24 0 0.40
HSL 202.2º 0.49% 0.4% -
HSV(B) 202.2º 0.66% 0.6% -
XYZ 13.21 15.26 31.95 -
YUV 100.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 52 115 152 0.66 0.24 0 0.40 202.2 0.49 0.4
Hex 34 73 98 42 18 0 28 CA 31 28
Octal 64 163 230 102 30 0 50 312 61 50
Binary 110100 1110011 10011000 1000010 11000 0 101000 11001010 110001 101000

Color Harmonies of #347398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347398

Black with #347398

Text Example


Text Example

White with #347398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347398; }

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

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

background-color css

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

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

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

border-color css

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

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

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