Html Css Color HEX #36709C Lochmara

📋 copy color: '#36709C'

red 54 ◦ green 112 ◦ blue 156

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

Shades of Lochmara #36709C

Tints of Lochmara #36709C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 16.77%
G = 34.78%
B = 48.45%

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

#36709C (or 0x36709C) is known color: Lochmara. HEX triplet: 36, 70 and 9C. RGB value is (54,112,156). Sum of RGB (Red+Green+Blue) = 54+112+156=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #36709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36709C is #C98F63. Grayscale: #636363. Windows color (decimal): -13209444 or 10252342. OLE color: 10252342.

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

Color convert

RGB 54 112 156 -
CMYK 0.65 0.28 0 0.39
HSL 205.88º 0.49% 0.41% -
HSV(B) 205.88º 0.65% 0.61% -
XYZ 13.32 14.77 33.6 -
YUV 99.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 54 112 156 0.65 0.28 0 0.39 205.88 0.49 0.41
Hex 36 70 9C 41 1C 0 27 CE 31 29
Octal 66 160 234 101 34 0 47 316 61 51
Binary 110110 1110000 10011100 1000001 11100 0 100111 11001110 110001 101001

Color Harmonies of #36709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36709C

Black with #36709C

Text Example


Text Example

White with #36709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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