Html Css Color HEX #36739B Lochmara

📋 copy color: '#36739B'

red 54 ◦ green 115 ◦ blue 155

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

Shades of Lochmara #36739B

Tints of Lochmara #36739B

RGB

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

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

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

R = 16.67%
G = 35.49%
B = 47.84%

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

#36739B (or 0x36739B) is known color: Lochmara. HEX triplet: 36, 73 and 9B. RGB value is (54,115,155). Sum of RGB (Red+Green+Blue) = 54+115+155=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #36739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36739B is #C98C64. Grayscale: #656565. Windows color (decimal): -13208677 or 10187574. OLE color: 10187574.

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

Color convert

RGB 54 115 155 -
CMYK 0.65 0.26 0 0.39
HSL 203.76º 0.48% 0.41% -
HSV(B) 203.76º 0.65% 0.61% -
XYZ 13.57 15.41 33.27 -
YUV 101.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 54 115 155 0.65 0.26 0 0.39 203.76 0.48 0.41
Hex 36 73 9B 41 1A 0 27 CC 30 29
Octal 66 163 233 101 32 0 47 314 60 51
Binary 110110 1110011 10011011 1000001 11010 0 100111 11001100 110000 101001

Color Harmonies of #36739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36739B

Black with #36739B

Text Example


Text Example

White with #36739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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