Html Css Color HEX #346898 Lochmara

📋 copy color: '#346898'

red 52 ◦ green 104 ◦ blue 152

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

Shades of Lochmara #346898

Tints of Lochmara #346898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 16.88%
G = 33.77%
B = 49.35%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#346898 (or 0x346898) is known color: Lochmara. HEX triplet: 34, 68 and 98. RGB value is (52,104,152). Sum of RGB (Red+Green+Blue) = 52+104+152=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #346898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346898 is #CB9767. Grayscale: #5D5D5D. Windows color (decimal): -13342568 or 9988148. OLE color: 9988148.

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

Color convert

RGB 52 104 152 -
CMYK 0.66 0.32 0 0.40
HSL 208.8º 0.49% 0.4% -
HSV(B) 208.8º 0.66% 0.6% -
XYZ 12.03 12.9 31.56 -
YUV 93.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 52 104 152 0.66 0.32 0 0.40 208.8 0.49 0.4
Hex 34 68 98 42 20 0 28 D1 31 28
Octal 64 150 230 102 40 0 50 321 61 50
Binary 110100 1101000 10011000 1000010 100000 0 101000 11010001 110001 101000

Color Harmonies of #346898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346898

Black with #346898

Text Example


Text Example

White with #346898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346898; }

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

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

background-color css

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

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

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

border-color css

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

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

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