Html Css Color HEX #346C9B Lochmara

📋 copy color: '#346C9B'

red 52 ◦ green 108 ◦ blue 155

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

Shades of Lochmara #346C9B

Tints of Lochmara #346C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 16.51%
G = 34.29%
B = 49.21%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#346C9B (or 0x346C9B) is known color: Lochmara. HEX triplet: 34, 6C and 9B. RGB value is (52,108,155). Sum of RGB (Red+Green+Blue) = 52+108+155=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #346C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346C9B is #CB9364. Grayscale: #606060. Windows color (decimal): -13341541 or 10185780. OLE color: 10185780.

HSL color Cylindrical-coordinate representation of color #346C9B: hue angle of 207.38º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346C9B is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 108 155 -
CMYK 0.66 0.30 0 0.39
HSL 207.38º 0.5% 0.41% -
HSV(B) 207.38º 0.66% 0.61% -
XYZ 12.7 13.82 33.01 -
YUV 96.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 52 108 155 0.66 0.30 0 0.39 207.38 0.5 0.41
Hex 34 6C 9B 42 1E 0 27 CF 32 29
Octal 64 154 233 102 36 0 47 317 62 51
Binary 110100 1101100 10011011 1000010 11110 0 100111 11001111 110010 101001

Color Harmonies of #346C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C9B

Black with #346C9B

Text Example


Text Example

White with #346C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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