Html Css Color HEX #346FAB Lochmara

📋 copy color: '#346FAB'

red 52 ◦ green 111 ◦ blue 171

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

Shades of Lochmara #346FAB

Tints of Lochmara #346FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 15.57%
G = 33.23%
B = 51.2%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#346FAB (or 0x346FAB) is known color: Lochmara. HEX triplet: 34, 6F and AB. RGB value is (52,111,171). Sum of RGB (Red+Green+Blue) = 52+111+171=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #346FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346FAB is #CB9054. Grayscale: #636363. Windows color (decimal): -13340757 or 11235124. OLE color: 11235124.

HSL color Cylindrical-coordinate representation of color #346FAB: hue angle of 210.25º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #346FAB is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 111 171 -
CMYK 0.70 0.35 0 0.33
HSL 210.25º 0.53% 0.44% -
HSV(B) 210.25º 0.7% 0.67% -
XYZ 14.45 15.04 40.67 -
YUV 100.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 52 111 171 0.70 0.35 0 0.33 210.25 0.53 0.44
Hex 34 6F AB 46 23 0 21 D2 35 2C
Octal 64 157 253 106 43 0 41 322 65 54
Binary 110100 1101111 10101011 1000110 100011 0 100001 11010010 110101 101100

Color Harmonies of #346FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FAB

Black with #346FAB

Text Example


Text Example

White with #346FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,111,171); }

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

background-color css

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

 a { background-color: rgb(52,111,171); }

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

border-color css

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

 span { border-color: rgb(52,111,171); }

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