Html Css Color HEX #366D99 Lochmara

📋 copy color: '#366D99'

red 54 ◦ green 109 ◦ blue 153

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

Shades of Lochmara #366D99

Tints of Lochmara #366D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

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

R = 17.09%
G = 34.49%
B = 48.42%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#366D99 (or 0x366D99) is known color: Lochmara. HEX triplet: 36, 6D and 99. RGB value is (54,109,153). Sum of RGB (Red+Green+Blue) = 54+109+153=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #366D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366D99 is #C99266. Grayscale: #616161. Windows color (decimal): -13210215 or 10054966. OLE color: 10054966.

HSL color Cylindrical-coordinate representation of color #366D99: hue angle of 206.67º 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 #366D99 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 109 153 -
CMYK 0.65 0.29 0 0.4
HSL 206.67º 0.48% 0.41% -
HSV(B) 206.67º 0.65% 0.6% -
XYZ 12.74 14.02 32.17 -
YUV 97.57 159.28 96.92 -
System Red Green Blue C M Y K H S L
Decimal 54 109 153 0.65 0.29 0 0.4 206.67 0.48 0.41
Hex 36 6D 99 41 1D 0 28 CF 30 29
Octal 66 155 231 101 35 0 50 317 60 51
Binary 110110 1101101 10011001 1000001 11101 0 101000 11001111 110000 101001

Color Harmonies of #366D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366D99

Black with #366D99

Text Example


Text Example

White with #366D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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