Html Css Color HEX #346CB9 Lochmara

📋 copy color: '#346CB9'

red 52 ◦ green 108 ◦ blue 185

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

Shades of Lochmara #346CB9

Tints of Lochmara #346CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.62%

R = 15.07%
G = 31.3%
B = 53.62%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#346CB9 (or 0x346CB9) is known color: Lochmara. HEX triplet: 34, 6C and B9. RGB value is (52,108,185). Sum of RGB (Red+Green+Blue) = 52+108+185=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #346CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CB9 is #CB9346. Grayscale: #636363. Windows color (decimal): -13341511 or 12151860. OLE color: 12151860.

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

Color convert

RGB 52 108 185 -
CMYK 0.72 0.42 0 0.27
HSL 214.74º 0.56% 0.46% -
HSV(B) 214.74º 0.72% 0.73% -
XYZ 15.54 14.96 47.97 -
YUV 100.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 52 108 185 0.72 0.42 0 0.27 214.74 0.56 0.46
Hex 34 6C B9 48 2A 0 1B D7 38 2E
Octal 64 154 271 110 52 0 33 327 70 56
Binary 110100 1101100 10111001 1001000 101010 0 11011 11010111 111000 101110

Color Harmonies of #346CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CB9

Black with #346CB9

Text Example


Text Example

White with #346CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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