Html Css Color HEX #346398 Lochmara

📋 copy color: '#346398'

red 52 ◦ green 99 ◦ blue 152

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

Shades of Lochmara #346398

Tints of Lochmara #346398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

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

R = 17.16%
G = 32.67%
B = 50.17%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#346398 (or 0x346398) is known color: Lochmara. HEX triplet: 34, 63 and 98. RGB value is (52,99,152). Sum of RGB (Red+Green+Blue) = 52+99+152=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #346398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346398 is #CB9C67. Grayscale: #5A5A5A. Windows color (decimal): -13343848 or 9986868. OLE color: 9986868.

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

Color convert

RGB 52 99 152 -
CMYK 0.66 0.35 0 0.40
HSL 211.8º 0.49% 0.4% -
HSV(B) 211.8º 0.66% 0.6% -
XYZ 11.55 11.92 31.4 -
YUV 90.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 52 99 152 0.66 0.35 0 0.40 211.8 0.49 0.4
Hex 34 63 98 42 23 0 28 D4 31 28
Octal 64 143 230 102 43 0 50 324 61 50
Binary 110100 1100011 10011000 1000010 100011 0 101000 11010100 110001 101000

Color Harmonies of #346398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346398

Black with #346398

Text Example


Text Example

White with #346398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346398; }

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

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

background-color css

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

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

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

border-color css

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

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

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