Html Css Color HEX #366394 Lochmara

📋 copy color: '#366394'

red 54 ◦ green 99 ◦ blue 148

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

Shades of Lochmara #366394

Tints of Lochmara #366394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 17.94%
G = 32.89%
B = 49.17%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366394 (or 0x366394) is known color: Lochmara. HEX triplet: 36, 63 and 94. RGB value is (54,99,148). Sum of RGB (Red+Green+Blue) = 54+99+148=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #366394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366394 is #C99C6B. Grayscale: #5A5A5A. Windows color (decimal): -13212780 or 9724726. OLE color: 9724726.

HSL color Cylindrical-coordinate representation of color #366394: hue angle of 211.28º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #366394 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 99 148 -
CMYK 0.64 0.33 0 0.42
HSL 211.28º 0.47% 0.4% -
HSV(B) 211.28º 0.64% 0.58% -
XYZ 11.33 11.85 29.71 -
YUV 91.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 54 99 148 0.64 0.33 0 0.42 211.28 0.47 0.4
Hex 36 63 94 40 21 0 2A D3 2F 28
Octal 66 143 224 100 41 0 52 323 57 50
Binary 110110 1100011 10010100 1000000 100001 0 101010 11010011 101111 101000

Color Harmonies of #366394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366394

Black with #366394

Text Example


Text Example

White with #366394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366394; }

 p { color: rgb(54,99,148); }

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

background-color css

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

 a { background-color: rgb(54,99,148); }

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

border-color css

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

 span { border-color: rgb(54,99,148); }

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