Html Css Color HEX #366DBA Lochmara

📋 copy color: '#366DBA'

red 54 ◦ green 109 ◦ blue 186

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

Shades of Lochmara #366DBA

Tints of Lochmara #366DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 15.47%
G = 31.23%
B = 53.3%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#366DBA (or 0x366DBA) is known color: Lochmara. HEX triplet: 36, 6D and BA. RGB value is (54,109,186). Sum of RGB (Red+Green+Blue) = 54+109+186=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #366DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366DBA is #C99245. Grayscale: #646464. Windows color (decimal): -13210182 or 12217654. OLE color: 12217654.

HSL color Cylindrical-coordinate representation of color #366DBA: hue angle of 215º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #366DBA is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 109 186 -
CMYK 0.71 0.41 0 0.27
HSL 215º 0.55% 0.47% -
HSV(B) 215º 0.71% 0.73% -
XYZ 15.85 15.27 48.57 -
YUV 101.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 54 109 186 0.71 0.41 0 0.27 215 0.55 0.47
Hex 36 6D BA 47 29 0 1B D7 37 2F
Octal 66 155 272 107 51 0 33 327 67 57
Binary 110110 1101101 10111010 1000111 101001 0 11011 11010111 110111 101111

Color Harmonies of #366DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366DBA

Black with #366DBA

Text Example


Text Example

White with #366DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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