Html Css Color HEX #366395 Lochmara

📋 copy color: '#366395'

red 54 ◦ green 99 ◦ blue 149

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

Shades of Lochmara #366395

Tints of Lochmara #366395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.34%

R = 17.88%
G = 32.78%
B = 49.34%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366395 (or 0x366395) is known color: Lochmara. HEX triplet: 36, 63 and 95. RGB value is (54,99,149). Sum of RGB (Red+Green+Blue) = 54+99+149=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #366395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366395 is #C99C6A. Grayscale: #5B5B5B. Windows color (decimal): -13212779 or 9790262. OLE color: 9790262.

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

Color convert

RGB 54 99 149 -
CMYK 0.64 0.34 0 0.42
HSL 211.58º 0.47% 0.4% -
HSV(B) 211.58º 0.64% 0.58% -
XYZ 11.41 11.88 30.13 -
YUV 91.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 54 99 149 0.64 0.34 0 0.42 211.58 0.47 0.4
Hex 36 63 95 40 22 0 2A D4 2F 28
Octal 66 143 225 100 42 0 52 324 57 50
Binary 110110 1100011 10010101 1000000 100010 0 101010 11010100 101111 101000

Color Harmonies of #366395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366395

Black with #366395

Text Example


Text Example

White with #366395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366395; }

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

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

background-color css

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

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

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

border-color css

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

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

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