Html Css Color HEX #36749E Lochmara

📋 copy color: '#36749E'

red 54 ◦ green 116 ◦ blue 158

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

Shades of Lochmara #36749E

Tints of Lochmara #36749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

 BLUE value IS 158 (62.11% from 255) = 48.17%

R = 16.46%
G = 35.37%
B = 48.17%

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

#36749E (or 0x36749E) is known color: Lochmara. HEX triplet: 36, 74 and 9E. RGB value is (54,116,158). Sum of RGB (Red+Green+Blue) = 54+116+158=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #36749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36749E is #C98B61. Grayscale: #666666. Windows color (decimal): -13208418 or 10384438. OLE color: 10384438.

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

Color convert

RGB 54 116 158 -
CMYK 0.66 0.27 0 0.38
HSL 204.23º 0.49% 0.42% -
HSV(B) 204.23º 0.66% 0.62% -
XYZ 13.94 15.74 34.65 -
YUV 102.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 54 116 158 0.66 0.27 0 0.38 204.23 0.49 0.42
Hex 36 74 9E 42 1B 0 26 CC 31 2A
Octal 66 164 236 102 33 0 46 314 61 52
Binary 110110 1110100 10011110 1000010 11011 0 100110 11001100 110001 101010

Color Harmonies of #36749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36749E

Black with #36749E

Text Example


Text Example

White with #36749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36749E; }

 p { color: rgb(54,116,158); }

 H1.HeaderClassName
 {
   color: #36749E;
 }
 .AnyTagClassName
 {
   color: #36749E;
 }
</style>

background-color css

<style>
 a { background-color: #36749E; }

 a { background-color: rgb(54,116,158); }

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

border-color css

<style>
 span { border-color: #36749E; }

 span { border-color: rgb(54,116,158); }

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