Html Css Color HEX #36729A Lochmara

📋 copy color: '#36729A'

red 54 ◦ green 114 ◦ blue 154

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

Shades of Lochmara #36729A

Tints of Lochmara #36729A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.83%

R = 16.77%
G = 35.4%
B = 47.83%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36729A (or 0x36729A) is known color: Lochmara. HEX triplet: 36, 72 and 9A. RGB value is (54,114,154). Sum of RGB (Red+Green+Blue) = 54+114+154=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #36729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36729A is #C98D65. Grayscale: #646464. Windows color (decimal): -13208934 or 10121782. OLE color: 10121782.

HSL color Cylindrical-coordinate representation of color #36729A: hue angle of 204º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36729A is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 114 154 -
CMYK 0.65 0.26 0 0.40
HSL 204º 0.48% 0.41% -
HSV(B) 204º 0.65% 0.6% -
XYZ 13.37 15.15 32.79 -
YUV 100.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 54 114 154 0.65 0.26 0 0.40 204 0.48 0.41
Hex 36 72 9A 41 1A 0 28 CC 30 29
Octal 66 162 232 101 32 0 50 314 60 51
Binary 110110 1110010 10011010 1000001 11010 0 101000 11001100 110000 101001

Color Harmonies of #36729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36729A

Black with #36729A

Text Example


Text Example

White with #36729A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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