Html Css Color HEX #366592 Lochmara

📋 copy color: '#366592'

red 54 ◦ green 101 ◦ blue 146

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

Shades of Lochmara #366592

Tints of Lochmara #366592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 17.94%
G = 33.55%
B = 48.5%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#366592 (or 0x366592) is known color: Lochmara. HEX triplet: 36, 65 and 92. RGB value is (54,101,146). Sum of RGB (Red+Green+Blue) = 54+101+146=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #366592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366592 is #C99A6D. Grayscale: #5B5B5B. Windows color (decimal): -13212270 or 9594166. OLE color: 9594166.

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

Color convert

RGB 54 101 146 -
CMYK 0.63 0.31 0 0.43
HSL 209.35º 0.46% 0.39% -
HSV(B) 209.35º 0.63% 0.57% -
XYZ 11.36 12.17 28.94 -
YUV 92.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 54 101 146 0.63 0.31 0 0.43 209.35 0.46 0.39
Hex 36 65 92 3F 1F 0 2B D1 2E 27
Octal 66 145 222 77 37 0 53 321 56 47
Binary 110110 1100101 10010010 111111 11111 0 101011 11010001 101110 100111

Color Harmonies of #366592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366592

Black with #366592

Text Example


Text Example

White with #366592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366592; }

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

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

background-color css

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

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

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

border-color css

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

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

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