Html Css Color HEX #346CAA Lochmara

📋 copy color: '#346CAA'

red 52 ◦ green 108 ◦ blue 170

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

Shades of Lochmara #346CAA

Tints of Lochmara #346CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 15.76%
G = 32.73%
B = 51.52%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#346CAA (or 0x346CAA) is known color: Lochmara. HEX triplet: 34, 6C and AA. RGB value is (52,108,170). Sum of RGB (Red+Green+Blue) = 52+108+170=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #346CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346CAA is #CB9355. Grayscale: #626262. Windows color (decimal): -13341526 or 11168820. OLE color: 11168820.

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

Color convert

RGB 52 108 170 -
CMYK 0.69 0.36 0 0.33
HSL 211.53º 0.53% 0.44% -
HSV(B) 211.53º 0.69% 0.67% -
XYZ 14.03 14.36 40.06 -
YUV 98.32 168.45 94.96 -
System Red Green Blue C M Y K H S L
Decimal 52 108 170 0.69 0.36 0 0.33 211.53 0.53 0.44
Hex 34 6C AA 45 24 0 21 D4 35 2C
Octal 64 154 252 105 44 0 41 324 65 54
Binary 110100 1101100 10101010 1000101 100100 0 100001 11010100 110101 101100

Color Harmonies of #346CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CAA

Black with #346CAA

Text Example


Text Example

White with #346CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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