Html Css Color HEX #36739D Lochmara

📋 copy color: '#36739D'

red 54 ◦ green 115 ◦ blue 157

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

Shades of Lochmara #36739D

Tints of Lochmara #36739D

RGB

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

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

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

R = 16.56%
G = 35.28%
B = 48.16%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36739D (or 0x36739D) is known color: Lochmara. HEX triplet: 36, 73 and 9D. RGB value is (54,115,157). Sum of RGB (Red+Green+Blue) = 54+115+157=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #36739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36739D is #C98C62. Grayscale: #656565. Windows color (decimal): -13208675 or 10318646. OLE color: 10318646.

HSL color Cylindrical-coordinate representation of color #36739D: hue angle of 204.47º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36739D is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 115 157 -
CMYK 0.66 0.27 0 0.38
HSL 204.47º 0.49% 0.41% -
HSV(B) 204.47º 0.66% 0.62% -
XYZ 13.74 15.48 34.16 -
YUV 101.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 54 115 157 0.66 0.27 0 0.38 204.47 0.49 0.41
Hex 36 73 9D 42 1B 0 26 CC 31 29
Octal 66 163 235 102 33 0 46 314 61 51
Binary 110110 1110011 10011101 1000010 11011 0 100110 11001100 110001 101001

Color Harmonies of #36739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36739D

Black with #36739D

Text Example


Text Example

White with #36739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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