Html Css Color HEX #347B9F Lochmara

📋 copy color: '#347B9F'

red 52 ◦ green 123 ◦ blue 159

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

Shades of Lochmara #347B9F

Tints of Lochmara #347B9F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.83%

 BLUE value IS 159 (62.5% from 255) = 47.6%

R = 15.57%
G = 36.83%
B = 47.6%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#347B9F (or 0x347B9F) is known color: Lochmara. HEX triplet: 34, 7B and 9F. RGB value is (52,123,159). Sum of RGB (Red+Green+Blue) = 52+123+159=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #347B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347B9F is #CB8460. Grayscale: #696969. Windows color (decimal): -13337697 or 10451764. OLE color: 10451764.

HSL color Cylindrical-coordinate representation of color #347B9F: hue angle of 200.19º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #347B9F is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 123 159 -
CMYK 0.67 0.23 0 0.38
HSL 200.19º 0.51% 0.41% -
HSV(B) 200.19º 0.67% 0.62% -
XYZ 14.76 17.4 35.38 -
YUV 105.88 157.98 89.57 -
System Red Green Blue C M Y K H S L
Decimal 52 123 159 0.67 0.23 0 0.38 200.19 0.51 0.41
Hex 34 7B 9F 43 17 0 26 C8 33 29
Octal 64 173 237 103 27 0 46 310 63 51
Binary 110100 1111011 10011111 1000011 10111 0 100110 11001000 110011 101001

Color Harmonies of #347B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B9F

Black with #347B9F

Text Example


Text Example

White with #347B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347B9F; }

 p { color: rgb(52,123,159); }

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

background-color css

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

 a { background-color: rgb(52,123,159); }

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

border-color css

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

 span { border-color: rgb(52,123,159); }

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