Html Css Color HEX #366BAE Lochmara

📋 copy color: '#366BAE'

red 54 ◦ green 107 ◦ blue 174

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

Shades of Lochmara #366BAE

Tints of Lochmara #366BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 16.12%
G = 31.94%
B = 51.94%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#366BAE (or 0x366BAE) is known color: Lochmara. HEX triplet: 36, 6B and AE. RGB value is (54,107,174). Sum of RGB (Red+Green+Blue) = 54+107+174=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #366BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366BAE is #C99451. Grayscale: #626262. Windows color (decimal): -13210706 or 11430710. OLE color: 11430710.

HSL color Cylindrical-coordinate representation of color #366BAE: hue angle of 213.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #366BAE is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 107 174 -
CMYK 0.69 0.39 0 0.32
HSL 213.5º 0.53% 0.45% -
HSV(B) 213.5º 0.69% 0.68% -
XYZ 14.42 14.36 42.06 -
YUV 98.79 170.44 96.05 -
System Red Green Blue C M Y K H S L
Decimal 54 107 174 0.69 0.39 0 0.32 213.5 0.53 0.45
Hex 36 6B AE 45 27 0 20 D6 35 2D
Octal 66 153 256 105 47 0 40 326 65 55
Binary 110110 1101011 10101110 1000101 100111 0 100000 11010110 110101 101101

Color Harmonies of #366BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366BAE

Black with #366BAE

Text Example


Text Example

White with #366BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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