Html Css Color HEX #347399 Lochmara

📋 copy color: '#347399'

red 52 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #347399

Tints of Lochmara #347399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

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

R = 16.25%
G = 35.94%
B = 47.81%

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

#347399 (or 0x347399) is known color: Lochmara. HEX triplet: 34, 73 and 99. RGB value is (52,115,153). Sum of RGB (Red+Green+Blue) = 52+115+153=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #347399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347399 is #CB8C66. Grayscale: #646464. Windows color (decimal): -13339751 or 10056500. OLE color: 10056500.

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

Color convert

RGB 52 115 153 -
CMYK 0.66 0.25 0 0.4
HSL 202.57º 0.49% 0.4% -
HSV(B) 202.57º 0.66% 0.6% -
XYZ 13.3 15.29 32.39 -
YUV 100.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 52 115 153 0.66 0.25 0 0.4 202.57 0.49 0.4
Hex 34 73 99 42 19 0 28 CB 31 28
Octal 64 163 231 102 31 0 50 313 61 50
Binary 110100 1110011 10011001 1000010 11001 0 101000 11001011 110001 101000

Color Harmonies of #347399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347399

Black with #347399

Text Example


Text Example

White with #347399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347399; }

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

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

background-color css

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

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

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

border-color css

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

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

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