Html Css Color HEX #346C9A Lochmara

📋 copy color: '#346C9A'

red 52 ◦ green 108 ◦ blue 154

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

Shades of Lochmara #346C9A

Tints of Lochmara #346C9A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.39%

 BLUE value IS 154 (60.55% from 255) = 49.04%

R = 16.56%
G = 34.39%
B = 49.04%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#346C9A (or 0x346C9A) is known color: Lochmara. HEX triplet: 34, 6C and 9A. RGB value is (52,108,154). Sum of RGB (Red+Green+Blue) = 52+108+154=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #346C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C9A is #CB9365. Grayscale: #606060. Windows color (decimal): -13341542 or 10120244. OLE color: 10120244.

HSL color Cylindrical-coordinate representation of color #346C9A: hue angle of 207.06º degrees, saturation: 0.5, 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 #346C9A is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 108 154 -
CMYK 0.66 0.30 0 0.40
HSL 207.06º 0.5% 0.4% -
HSV(B) 207.06º 0.66% 0.6% -
XYZ 12.61 13.79 32.57 -
YUV 96.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 52 108 154 0.66 0.30 0 0.40 207.06 0.5 0.4
Hex 34 6C 9A 42 1E 0 28 CF 32 28
Octal 64 154 232 102 36 0 50 317 62 50
Binary 110100 1101100 10011010 1000010 11110 0 101000 11001111 110010 101000

Color Harmonies of #346C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C9A

Black with #346C9A

Text Example


Text Example

White with #346C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,108,154); }

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

background-color css

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

 a { background-color: rgb(52,108,154); }

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

border-color css

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

 span { border-color: rgb(52,108,154); }

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