Html Css Color HEX #346198 Lochmara

📋 copy color: '#346198'

red 52 ◦ green 97 ◦ blue 152

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

Shades of Lochmara #346198

Tints of Lochmara #346198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 17.28%
G = 32.23%
B = 50.5%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#346198 (or 0x346198) is known color: Lochmara. HEX triplet: 34, 61 and 98. RGB value is (52,97,152). Sum of RGB (Red+Green+Blue) = 52+97+152=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #346198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346198 is #CB9E67. Grayscale: #595959. Windows color (decimal): -13344360 or 9986356. OLE color: 9986356.

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

Color convert

RGB 52 97 152 -
CMYK 0.66 0.36 0 0.40
HSL 213º 0.49% 0.4% -
HSV(B) 213º 0.66% 0.6% -
XYZ 11.36 11.55 31.34 -
YUV 89.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 52 97 152 0.66 0.36 0 0.40 213 0.49 0.4
Hex 34 61 98 42 24 0 28 D5 31 28
Octal 64 141 230 102 44 0 50 325 61 50
Binary 110100 1100001 10011000 1000010 100100 0 101000 11010101 110001 101000

Color Harmonies of #346198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346198

Black with #346198

Text Example


Text Example

White with #346198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346198; }

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

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

background-color css

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

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

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

border-color css

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

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

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