Html Css Color HEX #366699 Lochmara

📋 copy color: '#366699'

red 54 ◦ green 102 ◦ blue 153

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

Shades of Lochmara #366699

Tints of Lochmara #366699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 17.48%
G = 33.01%
B = 49.51%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#366699 (or 0x366699) is known color: Lochmara. HEX triplet: 36, 66 and 99. RGB value is (54,102,153). Sum of RGB (Red+Green+Blue) = 54+102+153=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #366699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366699 is #C99966. Grayscale: #5D5D5D. Windows color (decimal): -13212007 or 10053174. OLE color: 10053174.

HSL color Cylindrical-coordinate representation of color #366699: hue angle of 210.91º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #366699 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 102 153 -
CMYK 0.65 0.33 0 0.4
HSL 210.91º 0.48% 0.41% -
HSV(B) 210.91º 0.65% 0.6% -
XYZ 12.02 12.59 31.93 -
YUV 93.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 54 102 153 0.65 0.33 0 0.4 210.91 0.48 0.41
Hex 36 66 99 41 21 0 28 D3 30 29
Octal 66 146 231 101 41 0 50 323 60 51
Binary 110110 1100110 10011001 1000001 100001 0 101000 11010011 110000 101001

Color Harmonies of #366699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366699

Black with #366699

Text Example


Text Example

White with #366699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366699; }

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

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

background-color css

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

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

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

border-color css

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

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

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