Html Css Color HEX #366BA9 Lochmara

📋 copy color: '#366BA9'

red 54 ◦ green 107 ◦ blue 169

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

Shades of Lochmara #366BA9

Tints of Lochmara #366BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.21%

R = 16.36%
G = 32.42%
B = 51.21%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#366BA9 (or 0x366BA9) is known color: Lochmara. HEX triplet: 36, 6B and A9. RGB value is (54,107,169). Sum of RGB (Red+Green+Blue) = 54+107+169=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #366BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366BA9 is #C99456. Grayscale: #616161. Windows color (decimal): -13210711 or 11103030. OLE color: 11103030.

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

Color convert

RGB 54 107 169 -
CMYK 0.68 0.37 0 0.34
HSL 212.35º 0.52% 0.44% -
HSV(B) 212.35º 0.68% 0.66% -
XYZ 13.94 14.16 39.54 -
YUV 98.22 167.94 96.46 -
System Red Green Blue C M Y K H S L
Decimal 54 107 169 0.68 0.37 0 0.34 212.35 0.52 0.44
Hex 36 6B A9 44 25 0 22 D4 34 2C
Octal 66 153 251 104 45 0 42 324 64 54
Binary 110110 1101011 10101001 1000100 100101 0 100010 11010100 110100 101100

Color Harmonies of #366BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366BA9

Black with #366BA9

Text Example


Text Example

White with #366BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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