Html Css Color HEX #346498 Lochmara

📋 copy color: '#346498'

red 52 ◦ green 100 ◦ blue 152

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

Shades of Lochmara #346498

Tints of Lochmara #346498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

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

R = 17.11%
G = 32.89%
B = 50%

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

#346498 (or 0x346498) is known color: Lochmara. HEX triplet: 34, 64 and 98. RGB value is (52,100,152). Sum of RGB (Red+Green+Blue) = 52+100+152=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #346498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346498 is #CB9B67. Grayscale: #5B5B5B. Windows color (decimal): -13343592 or 9987124. OLE color: 9987124.

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

Color convert

RGB 52 100 152 -
CMYK 0.66 0.34 0 0.40
HSL 211.2º 0.49% 0.4% -
HSV(B) 211.2º 0.66% 0.6% -
XYZ 11.64 12.11 31.43 -
YUV 91.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 52 100 152 0.66 0.34 0 0.40 211.2 0.49 0.4
Hex 34 64 98 42 22 0 28 D3 31 28
Octal 64 144 230 102 42 0 50 323 61 50
Binary 110100 1100100 10011000 1000010 100010 0 101000 11010011 110001 101000

Color Harmonies of #346498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346498

Black with #346498

Text Example


Text Example

White with #346498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346498; }

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

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

background-color css

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

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

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

border-color css

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

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

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