Html Css Color HEX #366DAB Lochmara

📋 copy color: '#366DAB'

red 54 ◦ green 109 ◦ blue 171

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

Shades of Lochmara #366DAB

Tints of Lochmara #366DAB

RGB

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

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

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

R = 16.17%
G = 32.63%
B = 51.2%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#366DAB (or 0x366DAB) is known color: Lochmara. HEX triplet: 36, 6D and AB. RGB value is (54,109,171). Sum of RGB (Red+Green+Blue) = 54+109+171=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #366DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366DAB is #C99254. Grayscale: #636363. Windows color (decimal): -13210197 or 11234614. OLE color: 11234614.

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

Color convert

RGB 54 109 171 -
CMYK 0.68 0.36 0 0.33
HSL 211.79º 0.52% 0.44% -
HSV(B) 211.79º 0.68% 0.67% -
XYZ 14.34 14.66 40.6 -
YUV 99.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 54 109 171 0.68 0.36 0 0.33 211.79 0.52 0.44
Hex 36 6D AB 44 24 0 21 D4 34 2C
Octal 66 155 253 104 44 0 41 324 64 54
Binary 110110 1101101 10101011 1000100 100100 0 100001 11010100 110100 101100

Color Harmonies of #366DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366DAB

Black with #366DAB

Text Example


Text Example

White with #366DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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