Html Css Color HEX #366CAB Lochmara

📋 copy color: '#366CAB'

red 54 ◦ green 108 ◦ blue 171

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

Shades of Lochmara #366CAB

Tints of Lochmara #366CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 16.22%
G = 32.43%
B = 51.35%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#366CAB (or 0x366CAB) is known color: Lochmara. HEX triplet: 36, 6C and AB. RGB value is (54,108,171). Sum of RGB (Red+Green+Blue) = 54+108+171=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #366CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366CAB is #C99354. Grayscale: #626262. Windows color (decimal): -13210453 or 11234358. OLE color: 11234358.

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

Color convert

RGB 54 108 171 -
CMYK 0.68 0.37 0 0.33
HSL 212.31º 0.52% 0.44% -
HSV(B) 212.31º 0.68% 0.67% -
XYZ 14.23 14.45 40.57 -
YUV 99.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 54 108 171 0.68 0.37 0 0.33 212.31 0.52 0.44
Hex 36 6C AB 44 25 0 21 D4 34 2C
Octal 66 154 253 104 45 0 41 324 64 54
Binary 110110 1101100 10101011 1000100 100101 0 100001 11010100 110100 101100

Color Harmonies of #366CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366CAB

Black with #366CAB

Text Example


Text Example

White with #366CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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