Html Css Color HEX #346799 Lochmara

📋 copy color: '#346799'

red 52 ◦ green 103 ◦ blue 153

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

Shades of Lochmara #346799

Tints of Lochmara #346799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 16.88%
G = 33.44%
B = 49.68%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#346799 (or 0x346799) is known color: Lochmara. HEX triplet: 34, 67 and 99. RGB value is (52,103,153). Sum of RGB (Red+Green+Blue) = 52+103+153=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #346799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346799 is #CB9866. Grayscale: #5D5D5D. Windows color (decimal): -13342823 or 10053428. OLE color: 10053428.

HSL color Cylindrical-coordinate representation of color #346799: hue angle of 209.7º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346799 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 103 153 -
CMYK 0.66 0.33 0 0.4
HSL 209.7º 0.49% 0.4% -
HSV(B) 209.7º 0.66% 0.6% -
XYZ 12.02 12.73 31.96 -
YUV 93.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 52 103 153 0.66 0.33 0 0.4 209.7 0.49 0.4
Hex 34 67 99 42 21 0 28 D2 31 28
Octal 64 147 231 102 41 0 50 322 61 50
Binary 110100 1100111 10011001 1000010 100001 0 101000 11010010 110001 101000

Color Harmonies of #346799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346799

Black with #346799

Text Example


Text Example

White with #346799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346799; }

 p { color: rgb(52,103,153); }

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

background-color css

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

 a { background-color: rgb(52,103,153); }

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

border-color css

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

 span { border-color: rgb(52,103,153); }

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