Html Css Color HEX #366DAC Lochmara

📋 copy color: '#366DAC'

red 54 ◦ green 109 ◦ blue 172

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

Shades of Lochmara #366DAC

Tints of Lochmara #366DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 16.12%
G = 32.54%
B = 51.34%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#366DAC (or 0x366DAC) is known color: Lochmara. HEX triplet: 36, 6D and AC. RGB value is (54,109,172). Sum of RGB (Red+Green+Blue) = 54+109+172=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #366DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366DAC is #C99253. Grayscale: #636363. Windows color (decimal): -13210196 or 11300150. OLE color: 11300150.

HSL color Cylindrical-coordinate representation of color #366DAC: hue angle of 212.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #366DAC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 109 172 -
CMYK 0.69 0.37 0 0.33
HSL 212.03º 0.52% 0.44% -
HSV(B) 212.03º 0.69% 0.67% -
XYZ 14.44 14.7 41.11 -
YUV 99.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 54 109 172 0.69 0.37 0 0.33 212.03 0.52 0.44
Hex 36 6D AC 45 25 0 21 D4 34 2C
Octal 66 155 254 105 45 0 41 324 64 54
Binary 110110 1101101 10101100 1000101 100101 0 100001 11010100 110100 101100

Color Harmonies of #366DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366DAC

Black with #366DAC

Text Example


Text Example

White with #366DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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