Html Css Color HEX #346CBB Lochmara

📋 copy color: '#346CBB'

red 52 ◦ green 108 ◦ blue 187

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

Shades of Lochmara #346CBB

Tints of Lochmara #346CBB

RGB

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

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

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

R = 14.99%
G = 31.12%
B = 53.89%

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

#346CBB (or 0x346CBB) is known color: Lochmara. HEX triplet: 34, 6C and BB. RGB value is (52,108,187). Sum of RGB (Red+Green+Blue) = 52+108+187=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #346CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346CBB is #CB9344. Grayscale: #636363. Windows color (decimal): -13341509 or 12282932. OLE color: 12282932.

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

Color convert

RGB 52 108 187 -
CMYK 0.72 0.42 0 0.27
HSL 215.11º 0.56% 0.47% -
HSV(B) 215.11º 0.72% 0.73% -
XYZ 15.75 15.04 49.09 -
YUV 100.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 52 108 187 0.72 0.42 0 0.27 215.11 0.56 0.47
Hex 34 6C BB 48 2A 0 1B D7 38 2F
Octal 64 154 273 110 52 0 33 327 70 57
Binary 110100 1101100 10111011 1001000 101010 0 11011 11010111 111000 101111

Color Harmonies of #346CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CBB

Black with #346CBB

Text Example


Text Example

White with #346CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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