Html Css Color HEX #347898 Lochmara

📋 copy color: '#347898'

red 52 ◦ green 120 ◦ blue 152

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

Shades of Lochmara #347898

Tints of Lochmara #347898

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.04%

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 16.05%
G = 37.04%
B = 46.91%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#347898 (or 0x347898) is known color: Lochmara. HEX triplet: 34, 78 and 98. RGB value is (52,120,152). Sum of RGB (Red+Green+Blue) = 52+120+152=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #347898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347898 is #CB8767. Grayscale: #676767. Windows color (decimal): -13338472 or 9992244. OLE color: 9992244.

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

Color convert

RGB 52 120 152 -
CMYK 0.66 0.21 0 0.40
HSL 199.2º 0.49% 0.4% -
HSV(B) 199.2º 0.66% 0.6% -
XYZ 13.8 16.43 32.15 -
YUV 103.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 52 120 152 0.66 0.21 0 0.40 199.2 0.49 0.4
Hex 34 78 98 42 15 0 28 C7 31 28
Octal 64 170 230 102 25 0 50 307 61 50
Binary 110100 1111000 10011000 1000010 10101 0 101000 11000111 110001 101000

Color Harmonies of #347898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347898

Black with #347898

Text Example


Text Example

White with #347898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347898; }

 p { color: rgb(52,120,152); }

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

background-color css

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

 a { background-color: rgb(52,120,152); }

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

border-color css

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

 span { border-color: rgb(52,120,152); }

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