Html Css Color HEX #366893 Lochmara

📋 copy color: '#366893'

red 54 ◦ green 104 ◦ blue 147

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

Shades of Lochmara #366893

Tints of Lochmara #366893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

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

R = 17.7%
G = 34.1%
B = 48.2%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366893 (or 0x366893) is known color: Lochmara. HEX triplet: 36, 68 and 93. RGB value is (54,104,147). Sum of RGB (Red+Green+Blue) = 54+104+147=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #366893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366893 is #C9976C. Grayscale: #5D5D5D. Windows color (decimal): -13211501 or 9660470. OLE color: 9660470.

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

Color convert

RGB 54 104 147 -
CMYK 0.63 0.29 0 0.42
HSL 207.74º 0.46% 0.39% -
HSV(B) 207.74º 0.63% 0.58% -
XYZ 11.74 12.79 29.45 -
YUV 93.95 157.94 99.5 -
System Red Green Blue C M Y K H S L
Decimal 54 104 147 0.63 0.29 0 0.42 207.74 0.46 0.39
Hex 36 68 93 3F 1D 0 2A D0 2E 27
Octal 66 150 223 77 35 0 52 320 56 47
Binary 110110 1101000 10010011 111111 11101 0 101010 11010000 101110 100111

Color Harmonies of #366893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366893

Black with #366893

Text Example


Text Example

White with #366893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366893; }

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

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

background-color css

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

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

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

border-color css

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

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

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