Html Css Color HEX #366692 Lochmara

📋 copy color: '#366692'

red 54 ◦ green 102 ◦ blue 146

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

Shades of Lochmara #366692

Tints of Lochmara #366692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

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

R = 17.88%
G = 33.77%
B = 48.34%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#366692 (or 0x366692) is known color: Lochmara. HEX triplet: 36, 66 and 92. RGB value is (54,102,146). Sum of RGB (Red+Green+Blue) = 54+102+146=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #366692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366692 is #C9996D. Grayscale: #5C5C5C. Windows color (decimal): -13212014 or 9594422. OLE color: 9594422.

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

Color convert

RGB 54 102 146 -
CMYK 0.63 0.30 0 0.43
HSL 208.7º 0.46% 0.39% -
HSV(B) 208.7º 0.63% 0.57% -
XYZ 11.46 12.36 28.98 -
YUV 92.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 54 102 146 0.63 0.30 0 0.43 208.7 0.46 0.39
Hex 36 66 92 3F 1E 0 2B D1 2E 27
Octal 66 146 222 77 36 0 53 321 56 47
Binary 110110 1100110 10010010 111111 11110 0 101011 11010001 101110 100111

Color Harmonies of #366692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366692

Black with #366692

Text Example


Text Example

White with #366692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366692; }

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

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

background-color css

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

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

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

border-color css

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

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

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