Html Css Color HEX #366BAB Lochmara

📋 copy color: '#366BAB'

red 54 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #366BAB

Tints of Lochmara #366BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 16.27%
G = 32.23%
B = 51.51%

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

#366BAB (or 0x366BAB) is known color: Lochmara. HEX triplet: 36, 6B and AB. RGB value is (54,107,171). Sum of RGB (Red+Green+Blue) = 54+107+171=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #366BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366BAB is #C99454. Grayscale: #626262. Windows color (decimal): -13210709 or 11234102. OLE color: 11234102.

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

Color convert

RGB 54 107 171 -
CMYK 0.68 0.37 0 0.33
HSL 212.82º 0.52% 0.44% -
HSV(B) 212.82º 0.68% 0.67% -
XYZ 14.13 14.24 40.53 -
YUV 98.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 54 107 171 0.68 0.37 0 0.33 212.82 0.52 0.44
Hex 36 6B AB 44 25 0 21 D5 34 2C
Octal 66 153 253 104 45 0 41 325 64 54
Binary 110110 1101011 10101011 1000100 100101 0 100001 11010101 110100 101100

Color Harmonies of #366BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366BAB

Black with #366BAB

Text Example


Text Example

White with #366BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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