Html Css Color HEX #366794 Lochmara

📋 copy color: '#366794'

red 54 ◦ green 103 ◦ blue 148

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

Shades of Lochmara #366794

Tints of Lochmara #366794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 17.7%
G = 33.77%
B = 48.52%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366794 (or 0x366794) is known color: Lochmara. HEX triplet: 36, 67 and 94. RGB value is (54,103,148). Sum of RGB (Red+Green+Blue) = 54+103+148=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #366794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366794 is #C9986B. Grayscale: #5D5D5D. Windows color (decimal): -13211756 or 9725750. OLE color: 9725750.

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

Color convert

RGB 54 103 148 -
CMYK 0.64 0.30 0 0.42
HSL 208.72º 0.47% 0.4% -
HSV(B) 208.72º 0.64% 0.58% -
XYZ 11.72 12.62 29.84 -
YUV 93.48 158.77 99.84 -
System Red Green Blue C M Y K H S L
Decimal 54 103 148 0.64 0.30 0 0.42 208.72 0.47 0.4
Hex 36 67 94 40 1E 0 2A D1 2F 28
Octal 66 147 224 100 36 0 52 321 57 50
Binary 110110 1100111 10010100 1000000 11110 0 101010 11010001 101111 101000

Color Harmonies of #366794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366794

Black with #366794

Text Example


Text Example

White with #366794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366794; }

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

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

background-color css

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

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

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

border-color css

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

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

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