Html Css Color HEX #366594 Lochmara

📋 copy color: '#366594'

red 54 ◦ green 101 ◦ blue 148

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

Shades of Lochmara #366594

Tints of Lochmara #366594

RGB

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

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

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

R = 17.82%
G = 33.33%
B = 48.84%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#366594 (or 0x366594) is known color: Lochmara. HEX triplet: 36, 65 and 94. RGB value is (54,101,148). Sum of RGB (Red+Green+Blue) = 54+101+148=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #366594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366594 is #C99A6B. Grayscale: #5C5C5C. Windows color (decimal): -13212268 or 9725238. OLE color: 9725238.

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

Color convert

RGB 54 101 148 -
CMYK 0.64 0.32 0 0.42
HSL 210º 0.47% 0.4% -
HSV(B) 210º 0.64% 0.58% -
XYZ 11.52 12.23 29.77 -
YUV 92.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 54 101 148 0.64 0.32 0 0.42 210 0.47 0.4
Hex 36 65 94 40 20 0 2A D2 2F 28
Octal 66 145 224 100 40 0 52 322 57 50
Binary 110110 1100101 10010100 1000000 100000 0 101010 11010010 101111 101000

Color Harmonies of #366594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366594

Black with #366594

Text Example


Text Example

White with #366594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366594; }

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

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

background-color css

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

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

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

border-color css

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

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

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