Html Css Color HEX #346DBB Lochmara

📋 copy color: '#346DBB'

red 52 ◦ green 109 ◦ blue 187

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

Shades of Lochmara #346DBB

Tints of Lochmara #346DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 14.94%
G = 31.32%
B = 53.74%

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

#346DBB (or 0x346DBB) is known color: Lochmara. HEX triplet: 34, 6D and BB. RGB value is (52,109,187). Sum of RGB (Red+Green+Blue) = 52+109+187=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #346DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346DBB is #CB9244. Grayscale: #646464. Windows color (decimal): -13341253 or 12283188. OLE color: 12283188.

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

Color convert

RGB 52 109 187 -
CMYK 0.72 0.42 0 0.27
HSL 214.67º 0.56% 0.47% -
HSV(B) 214.67º 0.72% 0.73% -
XYZ 15.85 15.26 49.12 -
YUV 100.85 176.62 93.16 -
System Red Green Blue C M Y K H S L
Decimal 52 109 187 0.72 0.42 0 0.27 214.67 0.56 0.47
Hex 34 6D BB 48 2A 0 1B D7 38 2F
Octal 64 155 273 110 52 0 33 327 70 57
Binary 110100 1101101 10111011 1001000 101010 0 11011 11010111 111000 101111

Color Harmonies of #346DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346DBB

Black with #346DBB

Text Example


Text Example

White with #346DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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