Html Css Color HEX #366994 Lochmara

📋 copy color: '#366994'

red 54 ◦ green 105 ◦ blue 148

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

Shades of Lochmara #366994

Tints of Lochmara #366994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

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

R = 17.59%
G = 34.2%
B = 48.21%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366994 (or 0x366994) is known color: Lochmara. HEX triplet: 36, 69 and 94. RGB value is (54,105,148). Sum of RGB (Red+Green+Blue) = 54+105+148=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #366994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366994 is #C9966B. Grayscale: #5E5E5E. Windows color (decimal): -13211244 or 9726262. OLE color: 9726262.

HSL color Cylindrical-coordinate representation of color #366994: hue angle of 207.45º 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 #366994 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 105 148 -
CMYK 0.64 0.29 0 0.42
HSL 207.45º 0.47% 0.4% -
HSV(B) 207.45º 0.64% 0.58% -
XYZ 11.92 13.03 29.9 -
YUV 94.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 54 105 148 0.64 0.29 0 0.42 207.45 0.47 0.4
Hex 36 69 94 40 1D 0 2A CF 2F 28
Octal 66 151 224 100 35 0 52 317 57 50
Binary 110110 1101001 10010100 1000000 11101 0 101010 11001111 101111 101000

Color Harmonies of #366994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366994

Black with #366994

Text Example


Text Example

White with #366994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366994; }

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

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

background-color css

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

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

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

border-color css

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

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

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