Html Css Color HEX #346F99 Lochmara

📋 copy color: '#346F99'

red 52 ◦ green 111 ◦ blue 153

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

Shades of Lochmara #346F99

Tints of Lochmara #346F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 16.46%
G = 35.13%
B = 48.42%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#346F99 (or 0x346F99) is known color: Lochmara. HEX triplet: 34, 6F and 99. RGB value is (52,111,153). Sum of RGB (Red+Green+Blue) = 52+111+153=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #346F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346F99 is #CB9066. Grayscale: #616161. Windows color (decimal): -13340775 or 10055476. OLE color: 10055476.

HSL color Cylindrical-coordinate representation of color #346F99: hue angle of 204.95º 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 #346F99 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 111 153 -
CMYK 0.66 0.27 0 0.4
HSL 204.95º 0.49% 0.4% -
HSV(B) 204.95º 0.66% 0.6% -
XYZ 12.85 14.4 32.24 -
YUV 98.15 158.95 95.08 -
System Red Green Blue C M Y K H S L
Decimal 52 111 153 0.66 0.27 0 0.4 204.95 0.49 0.4
Hex 34 6F 99 42 1B 0 28 CD 31 28
Octal 64 157 231 102 33 0 50 315 61 50
Binary 110100 1101111 10011001 1000010 11011 0 101000 11001101 110001 101000

Color Harmonies of #346F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F99

Black with #346F99

Text Example


Text Example

White with #346F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346F99; }

 p { color: rgb(52,111,153); }

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

background-color css

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

 a { background-color: rgb(52,111,153); }

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

border-color css

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

 span { border-color: rgb(52,111,153); }

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