Html Css Color HEX #346698 Lochmara

📋 copy color: '#346698'

red 52 ◦ green 102 ◦ blue 152

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

Shades of Lochmara #346698

Tints of Lochmara #346698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

 BLUE value IS 152 (59.77% from 255) = 49.67%

R = 16.99%
G = 33.33%
B = 49.67%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#346698 (or 0x346698) is known color: Lochmara. HEX triplet: 34, 66 and 98. RGB value is (52,102,152). Sum of RGB (Red+Green+Blue) = 52+102+152=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #346698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346698 is #CB9967. Grayscale: #5C5C5C. Windows color (decimal): -13343080 or 9987636. OLE color: 9987636.

HSL color Cylindrical-coordinate representation of color #346698: hue angle of 210º 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 #346698 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 102 152 -
CMYK 0.66 0.33 0 0.40
HSL 210º 0.49% 0.4% -
HSV(B) 210º 0.66% 0.6% -
XYZ 11.84 12.5 31.49 -
YUV 92.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 52 102 152 0.66 0.33 0 0.40 210 0.49 0.4
Hex 34 66 98 42 21 0 28 D2 31 28
Octal 64 146 230 102 41 0 50 322 61 50
Binary 110100 1100110 10011000 1000010 100001 0 101000 11010010 110001 101000

Color Harmonies of #346698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346698

Black with #346698

Text Example


Text Example

White with #346698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346698; }

 p { color: rgb(52,102,152); }

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

background-color css

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

 a { background-color: rgb(52,102,152); }

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

border-color css

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

 span { border-color: rgb(52,102,152); }

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