Html Css Color HEX #366593 Lochmara

📋 copy color: '#366593'

red 54 ◦ green 101 ◦ blue 147

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

Shades of Lochmara #366593

Tints of Lochmara #366593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

 BLUE value IS 147 (57.81% from 255) = 48.68%

R = 17.88%
G = 33.44%
B = 48.68%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366593 (or 0x366593) is known color: Lochmara. HEX triplet: 36, 65 and 93. RGB value is (54,101,147). Sum of RGB (Red+Green+Blue) = 54+101+147=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #366593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366593 is #C99A6C. Grayscale: #5B5B5B. Windows color (decimal): -13212269 or 9659702. OLE color: 9659702.

HSL color Cylindrical-coordinate representation of color #366593: hue angle of 209.68º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366593 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 101 147 -
CMYK 0.63 0.31 0 0.42
HSL 209.68º 0.46% 0.39% -
HSV(B) 209.68º 0.63% 0.58% -
XYZ 11.44 12.2 29.36 -
YUV 92.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 54 101 147 0.63 0.31 0 0.42 209.68 0.46 0.39
Hex 36 65 93 3F 1F 0 2A D2 2E 27
Octal 66 145 223 77 37 0 52 322 56 47
Binary 110110 1100101 10010011 111111 11111 0 101010 11010010 101110 100111

Color Harmonies of #366593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366593

Black with #366593

Text Example


Text Example

White with #366593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366593; }

 p { color: rgb(54,101,147); }

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

background-color css

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

 a { background-color: rgb(54,101,147); }

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

border-color css

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

 span { border-color: rgb(54,101,147); }

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