Html Css Color HEX #36739C Lochmara

📋 copy color: '#36739C'

red 54 ◦ green 115 ◦ blue 156

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

Shades of Lochmara #36739C

Tints of Lochmara #36739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

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

R = 16.62%
G = 35.38%
B = 48%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36739C (or 0x36739C) is known color: Lochmara. HEX triplet: 36, 73 and 9C. RGB value is (54,115,156). Sum of RGB (Red+Green+Blue) = 54+115+156=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #36739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36739C is #C98C63. Grayscale: #656565. Windows color (decimal): -13208676 or 10253110. OLE color: 10253110.

HSL color Cylindrical-coordinate representation of color #36739C: hue angle of 204.12º 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 #36739C is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 115 156 -
CMYK 0.65 0.26 0 0.39
HSL 204.12º 0.49% 0.41% -
HSV(B) 204.12º 0.65% 0.61% -
XYZ 13.65 15.45 33.71 -
YUV 101.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 54 115 156 0.65 0.26 0 0.39 204.12 0.49 0.41
Hex 36 73 9C 41 1A 0 27 CC 31 29
Octal 66 163 234 101 32 0 47 314 61 51
Binary 110110 1110011 10011100 1000001 11010 0 100111 11001100 110001 101001

Color Harmonies of #36739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36739C

Black with #36739C

Text Example


Text Example

White with #36739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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