Html Css Color HEX #366793 Lochmara

📋 copy color: '#366793'

red 54 ◦ green 103 ◦ blue 147

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

Shades of Lochmara #366793

Tints of Lochmara #366793

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

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

R = 17.76%
G = 33.88%
B = 48.36%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366793 (or 0x366793) is known color: Lochmara. HEX triplet: 36, 67 and 93. RGB value is (54,103,147). Sum of RGB (Red+Green+Blue) = 54+103+147=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #366793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366793 is #C9986C. Grayscale: #5D5D5D. Windows color (decimal): -13211757 or 9660214. OLE color: 9660214.

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

Color convert

RGB 54 103 147 -
CMYK 0.63 0.30 0 0.42
HSL 208.39º 0.46% 0.39% -
HSV(B) 208.39º 0.63% 0.58% -
XYZ 11.64 12.59 29.42 -
YUV 93.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 54 103 147 0.63 0.30 0 0.42 208.39 0.46 0.39
Hex 36 67 93 3F 1E 0 2A D0 2E 27
Octal 66 147 223 77 36 0 52 320 56 47
Binary 110110 1100111 10010011 111111 11110 0 101010 11010000 101110 100111

Color Harmonies of #366793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366793

Black with #366793

Text Example


Text Example

White with #366793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366793; }

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

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

background-color css

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

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

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

border-color css

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

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

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