Html Css Color HEX #366396 Lochmara

📋 copy color: '#366396'

red 54 ◦ green 99 ◦ blue 150

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

Shades of Lochmara #366396

Tints of Lochmara #366396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.5%

R = 17.82%
G = 32.67%
B = 49.5%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#366396 (or 0x366396) is known color: Lochmara. HEX triplet: 36, 63 and 96. RGB value is (54,99,150). Sum of RGB (Red+Green+Blue) = 54+99+150=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #366396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366396 is #C99C69. Grayscale: #5B5B5B. Windows color (decimal): -13212778 or 9855798. OLE color: 9855798.

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

Color convert

RGB 54 99 150 -
CMYK 0.64 0.34 0 0.41
HSL 211.88º 0.47% 0.4% -
HSV(B) 211.88º 0.64% 0.59% -
XYZ 11.49 11.91 30.55 -
YUV 91.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 54 99 150 0.64 0.34 0 0.41 211.88 0.47 0.4
Hex 36 63 96 40 22 0 29 D4 2F 28
Octal 66 143 226 100 42 0 51 324 57 50
Binary 110110 1100011 10010110 1000000 100010 0 101001 11010100 101111 101000

Color Harmonies of #366396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366396

Black with #366396

Text Example


Text Example

White with #366396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366396; }

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

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

background-color css

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

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

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

border-color css

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

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

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