Html Css Color HEX #346CB7 Lochmara

📋 copy color: '#346CB7'

red 52 ◦ green 108 ◦ blue 183

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

Shades of Lochmara #346CB7

Tints of Lochmara #346CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 53.35%

R = 15.16%
G = 31.49%
B = 53.35%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#346CB7 (or 0x346CB7) is known color: Lochmara. HEX triplet: 34, 6C and B7. RGB value is (52,108,183). Sum of RGB (Red+Green+Blue) = 52+108+183=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #346CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CB7 is #CB9348. Grayscale: #636363. Windows color (decimal): -13341513 or 12020788. OLE color: 12020788.

HSL color Cylindrical-coordinate representation of color #346CB7: hue angle of 214.35º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #346CB7 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 108 183 -
CMYK 0.72 0.41 0 0.28
HSL 214.35º 0.56% 0.46% -
HSV(B) 214.35º 0.72% 0.72% -
XYZ 15.33 14.87 46.86 -
YUV 99.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 52 108 183 0.72 0.41 0 0.28 214.35 0.56 0.46
Hex 34 6C B7 48 29 0 1C D6 38 2E
Octal 64 154 267 110 51 0 34 326 70 56
Binary 110100 1101100 10110111 1001000 101001 0 11100 11010110 111000 101110

Color Harmonies of #346CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CB7

Black with #346CB7

Text Example


Text Example

White with #346CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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