Html Css Color HEX #347999 Lochmara

📋 copy color: '#347999'

red 52 ◦ green 121 ◦ blue 153

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

Shades of Lochmara #347999

Tints of Lochmara #347999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

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

R = 15.95%
G = 37.12%
B = 46.93%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#347999 (or 0x347999) is known color: Lochmara. HEX triplet: 34, 79 and 99. RGB value is (52,121,153). Sum of RGB (Red+Green+Blue) = 52+121+153=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #347999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347999 is #CB8666. Grayscale: #676767. Windows color (decimal): -13338215 or 10058036. OLE color: 10058036.

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

Color convert

RGB 52 121 153 -
CMYK 0.66 0.21 0 0.4
HSL 199.01º 0.49% 0.4% -
HSV(B) 199.01º 0.66% 0.6% -
XYZ 14 16.7 32.62 -
YUV 104.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 52 121 153 0.66 0.21 0 0.4 199.01 0.49 0.4
Hex 34 79 99 42 15 0 28 C7 31 28
Octal 64 171 231 102 25 0 50 307 61 50
Binary 110100 1111001 10011001 1000010 10101 0 101000 11000111 110001 101000

Color Harmonies of #347999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347999

Black with #347999

Text Example


Text Example

White with #347999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347999; }

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

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

background-color css

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

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

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

border-color css

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

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

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