Html Css Color HEX #346CB8 Lochmara

📋 copy color: '#346CB8'

red 52 ◦ green 108 ◦ blue 184

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

Shades of Lochmara #346CB8

Tints of Lochmara #346CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.49%

R = 15.12%
G = 31.4%
B = 53.49%

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

#346CB8 (or 0x346CB8) is known color: Lochmara. HEX triplet: 34, 6C and B8. RGB value is (52,108,184). Sum of RGB (Red+Green+Blue) = 52+108+184=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #346CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CB8 is #CB9347. Grayscale: #636363. Windows color (decimal): -13341512 or 12086324. OLE color: 12086324.

HSL color Cylindrical-coordinate representation of color #346CB8: hue angle of 214.55º 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 #346CB8 is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 108 184 -
CMYK 0.72 0.41 0 0.28
HSL 214.55º 0.56% 0.46% -
HSV(B) 214.55º 0.72% 0.72% -
XYZ 15.43 14.92 47.41 -
YUV 99.92 175.45 93.82 -
System Red Green Blue C M Y K H S L
Decimal 52 108 184 0.72 0.41 0 0.28 214.55 0.56 0.46
Hex 34 6C B8 48 29 0 1C D7 38 2E
Octal 64 154 270 110 51 0 34 327 70 56
Binary 110100 1101100 10111000 1001000 101001 0 11100 11010111 111000 101110

Color Harmonies of #346CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CB8

Black with #346CB8

Text Example


Text Example

White with #346CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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