Html Css Color HEX #36729B Lochmara

📋 copy color: '#36729B'

red 54 ◦ green 114 ◦ blue 155

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

Shades of Lochmara #36729B

Tints of Lochmara #36729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.29%

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

R = 16.72%
G = 35.29%
B = 47.99%

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

#36729B (or 0x36729B) is known color: Lochmara. HEX triplet: 36, 72 and 9B. RGB value is (54,114,155). Sum of RGB (Red+Green+Blue) = 54+114+155=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #36729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36729B is #C98D64. Grayscale: #646464. Windows color (decimal): -13208933 or 10187318. OLE color: 10187318.

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

Color convert

RGB 54 114 155 -
CMYK 0.65 0.26 0 0.39
HSL 204.36º 0.48% 0.41% -
HSV(B) 204.36º 0.65% 0.61% -
XYZ 13.46 15.19 33.23 -
YUV 100.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 54 114 155 0.65 0.26 0 0.39 204.36 0.48 0.41
Hex 36 72 9B 41 1A 0 27 CC 30 29
Octal 66 162 233 101 32 0 47 314 60 51
Binary 110110 1110010 10011011 1000001 11010 0 100111 11001100 110000 101001

Color Harmonies of #36729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36729B

Black with #36729B

Text Example


Text Example

White with #36729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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