Html Css Color HEX #347B9B Lochmara

📋 copy color: '#347B9B'

red 52 ◦ green 123 ◦ blue 155

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

Shades of Lochmara #347B9B

Tints of Lochmara #347B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 15.76%
G = 37.27%
B = 46.97%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#347B9B (or 0x347B9B) is known color: Lochmara. HEX triplet: 34, 7B and 9B. RGB value is (52,123,155). Sum of RGB (Red+Green+Blue) = 52+123+155=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #347B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347B9B is #CB8464. Grayscale: #696969. Windows color (decimal): -13337701 or 10189620. OLE color: 10189620.

HSL color Cylindrical-coordinate representation of color #347B9B: hue angle of 198.64º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #347B9B is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 123 155 -
CMYK 0.66 0.21 0 0.39
HSL 198.64º 0.5% 0.41% -
HSV(B) 198.64º 0.66% 0.61% -
XYZ 14.42 17.26 33.58 -
YUV 105.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 52 123 155 0.66 0.21 0 0.39 198.64 0.5 0.41
Hex 34 7B 9B 42 15 0 27 C7 32 29
Octal 64 173 233 102 25 0 47 307 62 51
Binary 110100 1111011 10011011 1000010 10101 0 100111 11000111 110010 101001

Color Harmonies of #347B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B9B

Black with #347B9B

Text Example


Text Example

White with #347B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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