Html Css Color HEX #36779C Lochmara

📋 copy color: '#36779C'

red 54 ◦ green 119 ◦ blue 156

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

Shades of Lochmara #36779C

Tints of Lochmara #36779C

RGB

 RED value IS 54 (21.48% from 255) = 16.41%

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

 BLUE value IS 156 (61.33% from 255) = 47.42%

R = 16.41%
G = 36.17%
B = 47.42%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36779C (or 0x36779C) is known color: Lochmara. HEX triplet: 36, 77 and 9C. RGB value is (54,119,156). Sum of RGB (Red+Green+Blue) = 54+119+156=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #36779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36779C is #C98863. Grayscale: #676767. Windows color (decimal): -13207652 or 10254134. OLE color: 10254134.

HSL color Cylindrical-coordinate representation of color #36779C: hue angle of 201.76º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36779C is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 119 156 -
CMYK 0.65 0.24 0 0.39
HSL 201.76º 0.49% 0.41% -
HSV(B) 201.76º 0.65% 0.61% -
XYZ 14.12 16.38 33.87 -
YUV 103.78 157.47 92.49 -
System Red Green Blue C M Y K H S L
Decimal 54 119 156 0.65 0.24 0 0.39 201.76 0.49 0.41
Hex 36 77 9C 41 18 0 27 CA 31 29
Octal 66 167 234 101 30 0 47 312 61 51
Binary 110110 1110111 10011100 1000001 11000 0 100111 11001010 110001 101001

Color Harmonies of #36779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36779C

Black with #36779C

Text Example


Text Example

White with #36779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36779C; }

 p { color: rgb(54,119,156); }

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

background-color css

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

 a { background-color: rgb(54,119,156); }

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

border-color css

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

 span { border-color: rgb(54,119,156); }

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