Html Css Color HEX #34779D Lochmara

📋 copy color: '#34779D'

red 52 ◦ green 119 ◦ blue 157

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

Shades of Lochmara #34779D

Tints of Lochmara #34779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.28%

 BLUE value IS 157 (61.72% from 255) = 47.87%

R = 15.85%
G = 36.28%
B = 47.87%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34779D (or 0x34779D) is known color: Lochmara. HEX triplet: 34, 77 and 9D. RGB value is (52,119,157). Sum of RGB (Red+Green+Blue) = 52+119+157=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #34779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34779D is #CB8862. Grayscale: #676767. Windows color (decimal): -13338723 or 10319668. OLE color: 10319668.

HSL color Cylindrical-coordinate representation of color #34779D: hue angle of 201.71º degrees, saturation: 0.5, 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 #34779D is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 119 157 -
CMYK 0.67 0.24 0 0.38
HSL 201.71º 0.5% 0.41% -
HSV(B) 201.71º 0.67% 0.62% -
XYZ 14.1 16.36 34.31 -
YUV 103.3 158.3 91.41 -
System Red Green Blue C M Y K H S L
Decimal 52 119 157 0.67 0.24 0 0.38 201.71 0.5 0.41
Hex 34 77 9D 43 18 0 26 CA 32 29
Octal 64 167 235 103 30 0 46 312 62 51
Binary 110100 1110111 10011101 1000011 11000 0 100110 11001010 110010 101001

Color Harmonies of #34779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34779D

Black with #34779D

Text Example


Text Example

White with #34779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34779D; }

 p { color: rgb(52,119,157); }

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

background-color css

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

 a { background-color: rgb(52,119,157); }

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

border-color css

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

 span { border-color: rgb(52,119,157); }

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