Html Css Color HEX #346996 Lochmara

📋 copy color: '#346996'

red 52 ◦ green 105 ◦ blue 150

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

Shades of Lochmara #346996

Tints of Lochmara #346996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 150 (58.98% from 255) = 48.86%

R = 16.94%
G = 34.2%
B = 48.86%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#346996 (or 0x346996) is known color: Lochmara. HEX triplet: 34, 69 and 96. RGB value is (52,105,150). Sum of RGB (Red+Green+Blue) = 52+105+150=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #346996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346996 is #CB9669. Grayscale: #5E5E5E. Windows color (decimal): -13342314 or 9857332. OLE color: 9857332.

HSL color Cylindrical-coordinate representation of color #346996: hue angle of 207.55º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346996 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 105 150 -
CMYK 0.65 0.30 0 0.41
HSL 207.55º 0.49% 0.4% -
HSV(B) 207.55º 0.65% 0.59% -
XYZ 11.97 13.04 30.74 -
YUV 94.28 159.44 97.84 -
System Red Green Blue C M Y K H S L
Decimal 52 105 150 0.65 0.30 0 0.41 207.55 0.49 0.4
Hex 34 69 96 41 1E 0 29 D0 31 28
Octal 64 151 226 101 36 0 51 320 61 50
Binary 110100 1101001 10010110 1000001 11110 0 101001 11010000 110001 101000

Color Harmonies of #346996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346996

Black with #346996

Text Example


Text Example

White with #346996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346996; }

 p { color: rgb(52,105,150); }

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

background-color css

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

 a { background-color: rgb(52,105,150); }

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

border-color css

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

 span { border-color: rgb(52,105,150); }

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