Html Css Color HEX #366CAC Lochmara

📋 copy color: '#366CAC'

red 54 ◦ green 108 ◦ blue 172

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

Shades of Lochmara #366CAC

Tints of Lochmara #366CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

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

R = 16.17%
G = 32.34%
B = 51.5%

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

#366CAC (or 0x366CAC) is known color: Lochmara. HEX triplet: 36, 6C and AC. RGB value is (54,108,172). Sum of RGB (Red+Green+Blue) = 54+108+172=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #366CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366CAC is #C99353. Grayscale: #626262. Windows color (decimal): -13210452 or 11299894. OLE color: 11299894.

HSL color Cylindrical-coordinate representation of color #366CAC: hue angle of 212.54º 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 #366CAC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 54 108 172 -
CMYK 0.69 0.37 0 0.33
HSL 212.54º 0.52% 0.44% -
HSV(B) 212.54º 0.69% 0.67% -
XYZ 14.33 14.49 41.07 -
YUV 99.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 54 108 172 0.69 0.37 0 0.33 212.54 0.52 0.44
Hex 36 6C AC 45 25 0 21 D5 34 2C
Octal 66 154 254 105 45 0 41 325 64 54
Binary 110110 1101100 10101100 1000101 100101 0 100001 11010101 110100 101100

Color Harmonies of #366CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CAC

Black with #366CAC

Text Example


Text Example

White with #366CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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