Html Css Color HEX #347299 Lochmara

📋 copy color: '#347299'

red 52 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #347299

Tints of Lochmara #347299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

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

R = 16.3%
G = 35.74%
B = 47.96%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#347299 (or 0x347299) is known color: Lochmara. HEX triplet: 34, 72 and 99. RGB value is (52,114,153). Sum of RGB (Red+Green+Blue) = 52+114+153=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #347299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347299 is #CB8D66. Grayscale: #636363. Windows color (decimal): -13340007 or 10056244. OLE color: 10056244.

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

Color convert

RGB 52 114 153 -
CMYK 0.66 0.25 0 0.4
HSL 203.17º 0.49% 0.4% -
HSV(B) 203.17º 0.66% 0.6% -
XYZ 13.18 15.06 32.35 -
YUV 99.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 52 114 153 0.66 0.25 0 0.4 203.17 0.49 0.4
Hex 34 72 99 42 19 0 28 CB 31 28
Octal 64 162 231 102 31 0 50 313 61 50
Binary 110100 1110010 10011001 1000010 11001 0 101000 11001011 110001 101000

Color Harmonies of #347299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347299

Black with #347299

Text Example


Text Example

White with #347299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347299; }

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

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

background-color css

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

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

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

border-color css

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

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

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