Html Css Color HEX #366C95 Lochmara

📋 copy color: '#366C95'

red 54 ◦ green 108 ◦ blue 149

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

Shades of Lochmara #366C95

Tints of Lochmara #366C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

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

R = 17.36%
G = 34.73%
B = 47.91%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366C95 (or 0x366C95) is known color: Lochmara. HEX triplet: 36, 6C and 95. RGB value is (54,108,149). Sum of RGB (Red+Green+Blue) = 54+108+149=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #366C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366C95 is #C9936A. Grayscale: #606060. Windows color (decimal): -13210475 or 9792566. OLE color: 9792566.

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

Color convert

RGB 54 108 149 -
CMYK 0.64 0.28 0 0.42
HSL 205.89º 0.47% 0.4% -
HSV(B) 205.89º 0.64% 0.58% -
XYZ 12.31 13.68 30.43 -
YUV 96.53 157.61 97.67 -
System Red Green Blue C M Y K H S L
Decimal 54 108 149 0.64 0.28 0 0.42 205.89 0.47 0.4
Hex 36 6C 95 40 1C 0 2A CE 2F 28
Octal 66 154 225 100 34 0 52 316 57 50
Binary 110110 1101100 10010101 1000000 11100 0 101010 11001110 101111 101000

Color Harmonies of #366C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C95

Black with #366C95

Text Example


Text Example

White with #366C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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