Html Css Color HEX #346598 Lochmara

📋 copy color: '#346598'

red 52 ◦ green 101 ◦ blue 152

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

Shades of Lochmara #346598

Tints of Lochmara #346598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 17.05%
G = 33.11%
B = 49.84%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#346598 (or 0x346598) is known color: Lochmara. HEX triplet: 34, 65 and 98. RGB value is (52,101,152). Sum of RGB (Red+Green+Blue) = 52+101+152=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #346598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346598 is #CB9A67. Grayscale: #5B5B5B. Windows color (decimal): -13343336 or 9987380. OLE color: 9987380.

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

Color convert

RGB 52 101 152 -
CMYK 0.66 0.34 0 0.40
HSL 210.6º 0.49% 0.4% -
HSV(B) 210.6º 0.66% 0.6% -
XYZ 11.74 12.3 31.46 -
YUV 92.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 52 101 152 0.66 0.34 0 0.40 210.6 0.49 0.4
Hex 34 65 98 42 22 0 28 D3 31 28
Octal 64 145 230 102 42 0 50 323 61 50
Binary 110100 1100101 10011000 1000010 100010 0 101000 11010011 110001 101000

Color Harmonies of #346598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346598

Black with #346598

Text Example


Text Example

White with #346598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346598; }

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

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

background-color css

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

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

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

border-color css

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

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

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