Html Css Color HEX #36709B Lochmara

📋 copy color: '#36709B'

red 54 ◦ green 112 ◦ blue 155

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

Shades of Lochmara #36709B

Tints of Lochmara #36709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.89%

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

R = 16.82%
G = 34.89%
B = 48.29%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36709B (or 0x36709B) is known color: Lochmara. HEX triplet: 36, 70 and 9B. RGB value is (54,112,155). Sum of RGB (Red+Green+Blue) = 54+112+155=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #36709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36709B is #C98F64. Grayscale: #636363. Windows color (decimal): -13209445 or 10186806. OLE color: 10186806.

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

Color convert

RGB 54 112 155 -
CMYK 0.65 0.28 0 0.39
HSL 205.54º 0.48% 0.41% -
HSV(B) 205.54º 0.65% 0.61% -
XYZ 13.23 14.74 33.16 -
YUV 99.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 54 112 155 0.65 0.28 0 0.39 205.54 0.48 0.41
Hex 36 70 9B 41 1C 0 27 CE 30 29
Octal 66 160 233 101 34 0 47 316 60 51
Binary 110110 1110000 10011011 1000001 11100 0 100111 11001110 110000 101001

Color Harmonies of #36709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36709B

Black with #36709B

Text Example


Text Example

White with #36709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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