Html Css Color HEX #346DBA Lochmara

📋 copy color: '#346DBA'

red 52 ◦ green 109 ◦ blue 186

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

Shades of Lochmara #346DBA

Tints of Lochmara #346DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 14.99%
G = 31.41%
B = 53.6%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#346DBA (or 0x346DBA) is known color: Lochmara. HEX triplet: 34, 6D and BA. RGB value is (52,109,186). Sum of RGB (Red+Green+Blue) = 52+109+186=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #346DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DBA is #CB9245. Grayscale: #646464. Windows color (decimal): -13341254 or 12217652. OLE color: 12217652.

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

Color convert

RGB 52 109 186 -
CMYK 0.72 0.41 0 0.27
HSL 214.48º 0.56% 0.47% -
HSV(B) 214.48º 0.72% 0.73% -
XYZ 15.75 15.21 48.56 -
YUV 100.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 52 109 186 0.72 0.41 0 0.27 214.48 0.56 0.47
Hex 34 6D BA 48 29 0 1B D6 38 2F
Octal 64 155 272 110 51 0 33 326 70 57
Binary 110100 1101101 10111010 1001000 101001 0 11011 11010110 111000 101111

Color Harmonies of #346DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DBA

Black with #346DBA

Text Example


Text Example

White with #346DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,109,186); }

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

background-color css

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

 a { background-color: rgb(52,109,186); }

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

border-color css

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

 span { border-color: rgb(52,109,186); }

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